All Frameworks Class Hierarchy This Framework Indexes
MecModInterfaces Enumeration CATAxisSystemDirectionType
enum CATAxisSystemDirectionType {
CATAxisSystemSameDirection,
CATAxisSystemCoordinatesDirection,
CATAxisSystemOppositeDirection
}
The axis direction definition mode.
Role: This type is the way to define an axis direction of an axis
system created by the CATIMf3DAxisSystemFactory interface. Each axis direction can be defined either by coordinates or with a geometrical feature.
This information can be retrieved by the
CATIMf3DAxisSystem.GetAxisType method and defined by the
CATIMf3DAxisSystem.SetAxisType method.
- Values:
-
- CATAxisSystemSameDirection
- The axis direction is defined with a geometrical feature (point, line, plane normal)
and with the same direction of it.
- CATAxisSystemCoordinatesDirection
- The axis direction is defined by vector coordinates.
- CATAxisSystemOppositeDirection
- The axis direction is defined with a geometrical feature (point, line, plane normal)
and with the reverse direction of it.
- See also:
- CATIMf3DAxisSystem, CATIMf3DAxisSystemManager
This object is included in the file: CATIMf3DAxisSystem.h