CATSketcherUseItf Enumeration CATSktPosOrientationMode

enum CATSktPosOrientationMode {
  CATSktOrtUndefined,
  CATSktOrtImplicit,
  CATSktOrtXAxis,
  CATSktOrtYAxis,
  CATSktOrtZAxis,
  CATSktOrtDirectionCoordinate,
  CATSktOrtThroughAPoint,
  CATSktOrtParallelToALine,
  CATSktOrtParallelToIntersectionWithPlane,
  CATSktOrtNormalToSurface,
  CATSktOrtPlaneRevolSkt
}
Orientation definition mode.
Role: Defines the absolute axis orientation definition mode (for positioned sketches only). You can set the orientation definition mode thanks to the method.

Values:
CATSktOriImplicit
This is the default.
CATSktOrtXAxis
The oriented axis will be positioned at the projection of the X Axis.
CATSktOrtYAxis
The oriented axis will be positioned at the projection of the Y Axis.
CATSktOrtZAxis
The oriented axis will be positioned at the projection of the Z Axis.
CATSktOrtDirectionCoordinate
The oriented axis will be defined by direction (vector) coordinates.
CATSktOrtThroughAPoint
The oriented axis will be defined by the projection of a point.
CATSktOrtParallelToALine
The oriented axis will be parallel to the projection of a line.
CATSktOrtParallelToIntersectionWithPlane
The oriented axis will be parallel to the intersection of a plane.
CATSktOrtNormalToSurface
The oriented axis will be normal to the surface.
CATSktOrtUndefined
Do not used.
CATSktOrtPlaneRevolSkt
Do not used.

This object is included in the file: CATSktPosOrientationMode.h

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