GMOperatorsInterfaces Enumeration CATDynExtrapolationMode

enum CATDynExtrapolationMode {
  DYN_NO_EXTRAPOLATION,
  DYN_TANGENT_DIRECTION,
  DYN_CURVATURE_EXTRAPOLATION
}
Defines the mode of extrapolation during a cutting operation.

This is useful when the cutting body does not cut right through the body to cut, or vice versa in case of a trim operation.
Values:
DYN_NO_EXTRAPOLATION
No extrapolation is performed. In this case, the operator cannot find a solution if the cutting body does not cut right along the body to cut.
DYN_TANGENT_DIRECTION
If the cutting body does not cut right along the body to cut, the cutting body is extrapolated along tangent direction to meet the body to cut.
DYN_CURVATURE_EXTRAPOLATION
If the cutting body does not cut right along the body to cut, the cutting body is extrapolated preserving the original surface curvature.

This object is included in the file: CATDynOperatorDef.h

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