Definition for fillet
Enumerations | |
enum | EA3DFRMEnumValue_FilletConicType { kA3DFRMEnumValue_FilletConicType_None = 0, kA3DFRMEnumValue_FilletConicType_Boundary_Rho, kA3DFRMEnumValue_FilletConicType_Center_Rho, kA3DFRMEnumValue_FilletConicType_Boundary_Center, kA3DFRMEnumValue_FilletConicType_Chordal_Rho } |
Enumerate the possible types of fillet conic types Determine how a symmetric ConicLength is define, with a combination of two values between: Boundary Radius, Center Radius, Rho, Chordal Length. More... | |
enum | EA3DFRMEnumValue_FilletType { kA3DFRMEnumValue_FilletType_None = 0, kA3DFRMEnumValue_FilletType_Edge, kA3DFRMEnumValue_FilletType_FaceToFace, kA3DFRMEnumValue_FilletType_Tritangent } |
Enumerate the possible types of fillet types More... | |
Detailed Description
- Version
- 10.2
Enumeration Type Documentation
Enumerate the possible types of fillet conic types
Determine how a symmetric ConicLength is define, with a combination of two values between: Boundary Radius, Center Radius, Rho, Chordal Length.
- Version
- 11