Identify a face on a hole feature.
Namespace: Autodesk.iLogic.Types
Assembly: Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 29.0
Syntax
VB
Public Enumeration HoleFaceIdentifierEnum
C#
public enum HoleFaceIdentifierEnum
Members
Member name | Value | Description | |
---|---|---|---|
MainCylinder | 0 | The main cylindrical face. | |
SecondCylinder | 1 | A second cylindrical face, e.g. or a counterbore or spotface. | |
MiddlePlane | 2 | The planar face of a counterbore or spotface. | |
CountersinkCone | 3 | The conical face of a countersink. | |
DrillPointPlane | 4 | The planar face of a flat drill point. | |
DrillPointCone | 5 | The cone face of an angle drill point. |