CATMecModUseItf Enumeration CATAxisSystemPointType
enum CATAxisSystemPointType {
CATAxisSystemPoint,
CATAxisSystemCoordinatesPoint,
CATAxisSystemDefaultComputedPoint
}
The axis system origin definition mode.
Role: This type is the way to define the origin of an axis system
created by the interface. An origin can be defined either by coordinates or with a geometrical feature or default computed
if no input is specified. This information can be retrieved by the
method and defined by the
method.
- Values:
-
- CATAxisSystemPoint
- The origin is defined with a geometrical feature (a point or a featurized vertex).
- CATAxisSystemCoordinatesPoint
- The origin is defined by coordinates.
- CATAxisSystemDefaultComputedPoint
- The origin is default computed.
- See also:
- ,
This object is included in the file: CATIMf3DAxisSystem.h
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.