GMOperatorsInterfaces Enumeration CATDynSelectionMode

enum CATDynSelectionMode {
  CATDynKeepMode,
  CATDynRemoveMode,
  CATDynPositionVsPlaneMode
}
Selection mode for split operator.
Values:
CATDynPositionVsPlaneMode
The use of CATDynPositionVsPlaneMode has 2 consequences: - If the splitting element is a one-face body with a planar surface as support, the split is done using the planar surface instead of the body. - If a volume is not cut by the plane, it is positioned towards the plane to decide if it should be kept or not in the result.
CATDynKeepMode
Volumes that are not cut by the splitting element will be in the result.
CATDynRemoveMode
Volumes that are not cut by the splitting element will not be in the result.

This object is included in the file: CATDynOperatorDef.h

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