All Frameworks  Class Hierarchy  This Framework  Indexes

MecModInterfaces Enumeration CATAxisSystemIsDirect

enum CATAxisSystemIsDirect {
  CATAxisSystemIndirect,
  CATAxisSystemDirect,
  CATAxisSystemNotOrthogonal
}
The axis system orientation.
Role:This type defines the orientation of an axis system created by the CATIMf3DAxisSystemFactory interface. You retrieve this information thanks to the CATIMf3DAxisSystem.IsDirect method.
Values:
CATAxisSystemIndirect
The axis system is left-handed.
CATAxisSystemDirect
The axis system is right-handed.
CATAxisSystemNotOrthogonal
The axis system is not orthogonal. In this case, the axis system's update returns an error.
See also:
CATIMf3DAxisSystem, CATIMf3DAxisSystemManager

This object is included in the file: CATIMf3DAxisSystem.h

Copyright © 2003, Dassault Systèmes. All rights reserved.