CATManipClashMode (Enumeration)
-
enum CATManipClashMode {
CATManipClashModeNo,
CATManipClashModeOn,
CATManipClashModeStop
}
-
The manipulation clash mode attribute's possible values.
- Values:
-
- CATManipClashModeNo
- The clash detection mode will not be used (set to OFF)
dd>
- CATManipClashModeOn
- The clash detection mode will be used in ON mode
(the parts that clash will be highlighted)
dd>
- CATManipClashModeStop
- The clash detection mode will be used in STOP mode
(the parts that clash will be stop moving)
dd>