EA3DFRMEnumValue_DepthLevel
-
enum
EA3DFRMEnumValue_DepthLevel - Enumerate the possible types of depth level types
- Enumerate the possible semantic depth position in a hole.
This can be used to specify:
Hole Chamfer position: possible values = Start / Neck / End
For a Tapered, where tapered diameter is applied: possible values = Start / VStart (define rather the min or max tapered diameter)
10.2
Enumerators
-
enumerator
kA3DFRMEnumValue_DepthLevel_None - kA3DFRMEnumValue_DepthLevel_None =
0Invalid Depth Level Type.
-
enumerator
kA3DFRMEnumValue_DepthLevel_Start - kA3DFRMEnumValue_DepthLevel_Start
Start of the hole.
-
enumerator
kA3DFRMEnumValue_DepthLevel_Neck - kA3DFRMEnumValue_DepthLevel_Neck
In case of a Counter Bore, The neck correspond to the Bore part depth, just before the regular hole part.
-
enumerator
kA3DFRMEnumValue_DepthLevel_VStart - kA3DFRMEnumValue_DepthLevel_VStart
In case of tipped Hole, VStart correspond to the hole bottom without considering the tip part.
-
enumerator
kA3DFRMEnumValue_DepthLevel_End - kA3DFRMEnumValue_DepthLevel_End
End of the hole.
-
enumerator
kA3DFRMEnumValue_DepthLevel_Profile - kA3DFRMEnumValue_DepthLevel_Profile
Position of the profile.
This could be different than hole Start for example in case of Hole with DepthFrom value.