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

◆ EA3DFRMEnumValue_ChamferType

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.

frm_chamfer_types.png
frm_chamfer_corner_types.png
Version
11
Enumerator
kA3DFRMEnumValue_ChamferType_None 

Invalid Chamfer Type.

kA3DFRMEnumValue_ChamferType_Distance_Distance 

Chamfer symmetric defined with one distance:

  • Parameter Data:
    • Value Length: chamfer length
kA3DFRMEnumValue_ChamferType_Distance1_Distance2 

Chamfer asymmetric defined with two distance:

  • Parameter Data:
    • Value Length: chamfer first distance
    • Value Length: chamfer second distance
kA3DFRMEnumValue_ChamferType_Offset_Offset 

Chamfer symmetric define with one distance:

  • Parameter Data:
    • Value Length: chamfer offset
kA3DFRMEnumValue_ChamferType_Offset1_Offset2 

Chamfer asymmetric defined with two distance:

  • Parameter Data:
    • Value Length: chamfer first offset
    • Value Length: chamfer second offset
kA3DFRMEnumValue_ChamferType_Length_Angle 

Chamfer defined with one distance and an angle:

  • Parameter Data:
    • Value Length: chamfer length
    • Value Angle: chamfer angle
kA3DFRMEnumValue_ChamferType_ChordalLength_Angle 

Chamfer defined with the chordal length and an angle:

  • Parameter Data:
    • Value Length: chamfer chordal length
    • Value Angle: chamfer angle
kA3DFRMEnumValue_ChamferType_Height_Angle 

Chamfer defined with the distance between the edge and the new face and an angle:

  • Parameter Data:
    • Value Length: chamfer height
    • Value Angle: chamfer angle
kA3DFRMEnumValue_ChamferType_Corner 

Chamfer corner. Expect to have three chamfer definition with one length each:

  • Parameter Definition:
    • Definition Chamfer: first chamfer definition
    • Definition Chamfer: second chamfer definition
    • Definition Chamfer: third chamfer definition