Definition for chamfer
Enumerations | |
enum | EA3DFRMEnumValue_ChamferType { kA3DFRMEnumValue_ChamferType_None = 0, kA3DFRMEnumValue_ChamferType_Distance_Distance, kA3DFRMEnumValue_ChamferType_Distance1_Distance2, kA3DFRMEnumValue_ChamferType_Offset_Offset, kA3DFRMEnumValue_ChamferType_Offset1_Offset2, kA3DFRMEnumValue_ChamferType_Length_Angle, kA3DFRMEnumValue_ChamferType_ChordalLength_Angle, kA3DFRMEnumValue_ChamferType_Height_Angle, kA3DFRMEnumValue_ChamferType_Corner } |
Enumerate the possible types of chamfer. This allow to specify the type of chamfer, and so the Definition you should expect to have under the kA3DFRMFeatureDefinitionType_Chamfer. More... | |
Detailed Description
- Version
- 10.2
Enumeration Type Documentation
Enumerate the possible types of chamfer.
This allow to specify the type of chamfer, and so the Definition you should expect to have under the kA3DFRMFeatureDefinitionType_Chamfer.


- Version
- 11