GMOperatorsInterfaces Enumeration CATDistanceSignMode
enum CATDistanceSignMode {
CATDistanceSignModeDefault,
CATDistanceSignModeZero,
CATDistanceSignModeSigned,
CATDistanceSignModeUnsigned
}
Sign mode for distance computation.
- Values:
-
- CATDistanceSignModeDefault
- "Default" mode chosen by the operator as per documentation of the operator.
- CATDistanceSignModeZero
- "Zero" mode: i.e. distance is zero if point is inside the volume of the body.
- CATDistanceSignModeSigned
- "Signed" mode: i.e. Sign of distance is negative if point is inside the
volume of the body and its absolute value is the distance of the point from
the shell of the body.
- CATDistanceSignModeUnsigned
- "Unsigned" mode: i.e. Sign of distance is never negative. The distance value
is always the distance of the point from the shell of the body.
This object is included in the file: CATDistanceSignMode.h
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.