All Frameworks Class Hierarchy This Framework Indexes
TopologicalOperators Enumeration CATDynTypeChamfer
enum CATDynTypeChamfer {
CATDynd1d2,
CATDyna1a2,
CATDynd1a1,
CATDynd1a2,
CATDyna1d2,
CATDynd2a2,
CATDynda1,
CATDynda2
}
The definition type of the chamfer specifications.
Define:
- a1: the angle between the resulting face and the reference face.
- a2: the angle between the resulting face and the other face.
- d1: the distance between the edge to remove and the intersection between the resulting face and
the reference face.
- d2: the distance between the edge to remove and the intersection between the resulting face and
the other face.
- d: the distance between the intersection points of resulting chamfer face with reference face and
the other face
- Values:
-
- CATDynd1d2
- The ribbon is defined with d1 and d2.
- CATDyna1a2
- The ribbon is defined with a1 and a2. Not implemented yet.
- CATDynd1a1
- The ribbon is defined with d1 and a1.
- CATDynd1a2
- The ribbon is defined with d1 and a2. Not implemented yet.
- CATDyna1d2
- The ribbon is defined with a1 and d2. Not implemented yet.
- CATDynd2a2
- The ribbon is defined with d2 and a2. Not implemented yet.
- CATDynda1
- The ribbon is defined with d and a1.
- CATDynda2
- Not implemented yet.
This object is included in the file: CATDynChamferRibbon.h