Interface ICamApiComplexHoleFeature
Extended interface for a complex hole feature (QI from ICamApiFeature)
Assembly: CAMAPI.FeatureFinder.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("6BA976CD-A968-44C1-AFD0-CD6A0388DB98")]
public interface ICamApiComplexHoleFeature
Properties
CircumAngle
Arc coverage angle for partial complex holes (degrees, 360 for full)
Declaration
double CircumAngle { get; }
Property Value
Groove[int]
Declaration
ICamApiFeature Groove[int Index] { get; }
Parameters
| Type |
Name |
Description |
| int |
Index |
|
Property Value
GrooveCount
Number of grooves in the complex hole
Declaration
Property Value
IsConicalHole
True if the complex hole has a conical shape
Declaration
bool IsConicalHole { get; }
Property Value