CATMecModUseItf Enumeration CATAxisSystemDirectionType

enum CATAxisSystemDirectionType {
  CATAxisSystemSameDirection,
  CATAxisSystemCoordinatesDirection,
  CATAxisSystemOppositeDirection,
  CATAxisSystemDefaultComputedDirection
}
The axis direction definition mode.
Role: This type is the way to define an axis direction of an axis system created by the interface. Each axis direction can be defined either by coordinates or with a geometrical feature. This information can be retrieved by the method and defined by the 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.
CATAxisSystemDefaultComputedDirection
The axis direction is defined by default computed direction.
See also:
,

This object is included in the file: CATIMf3DAxisSystem.h

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.