GMOperatorsInterfaces CATICGMHybSplit
Usage: you must use this class as is. You should never derive it.
public class CATICGMHybSplit
Class defining the operator that splits two bodies.
The input bodies can be wires or skins.
Each body is split by the other one. Each body must only contain
one domain.
It follows the general frame of all operator and satisfies to the smart mechanism: the
input bodies are not modified. A new resulting body is created,
possibly sharing data with the input bodies.
- CATICGMHybSplit can be created by several functions:
- CATCGMCreateTopSplit
- CATCGMCreateTopSplitOnSupport
- CATCGMCreateTopSplitShell
- CATCGMCreateTopNewSplitShell
- CATCGMCreateTopSplitShellWithKeepRemove
- CATCGMCreateTopSplitWire
- CATCGMCreateTopNewSplitWire
- CATCGMCreateTopSplitWireWithKeepRemove
- It must be directly released with the Release method after use.
- It is not streamable.
- The result is accessed with the GetResult method. If you do not want
to keep the resulting body, use the method to remove it from the geometric factory.
- See also:
-
- See also:
-
- See also:
-
- See also:
-
- See also:
-
- See also:
-
- See also:
-
- See also:
-
Constructor and Destructor Index
- o
CATICGMHybSplit()
- Constructor
Method Index
- o
GetKeepHalfSpaceMode(CATBoolean&)
- Queries whether ‘Keep elements in half space’ mode is activated or not.
- o
GetSingleExtrapolMode(CATBoolean&)
- Queries whether ‘keep only the no intersecting solutions of extrapolated cuttings’ mode is activated or not.
- o
SetKeepHalfSpaceMode(CATBoolean)
- Sets or unsets the ‘Keep elements in half space’ mode.
- o
SetSingleExtrapolMode(CATBoolean)
- Sets or unsets the ‘keep only the no intersecting solutions of extrapolated cuttings’ mode.
Constructor and Destructor
o CATICGMHybSplit
-
Constructor
Methods
o GetKeepHalfSpaceMode
public virtual GetKeepHalfSpaceMode( | | oMode) |
-
Queries whether ‘Keep elements in half space’ mode is activated or not.
- Parameters:
-
- oMode
- Mode on (TRUE) or off (FALSE)
o GetSingleExtrapolMode
public virtual GetSingleExtrapolMode( | | oMode) |
-
Queries whether ‘keep only the no intersecting solutions of extrapolated cuttings’ mode is activated or not.
param oMode
Mode on (TRUE) or off (FALSE)
o SetKeepHalfSpaceMode
public virtual SetKeepHalfSpaceMode( | | iMode | = 0) |
-
Sets or unsets the ‘Keep elements in half space’ mode.
- Parameters:
-
- iMode
- Mode on (TRUE) or off (FALSE)
o SetSingleExtrapolMode
public virtual SetSingleExtrapolMode( | | iMode | = 0) |
-
Sets or unsets the ‘keep only the no intersecting solutions of extrapolated cuttings’ mode.
param iMode
Mode on (TRUE) or off (FALSE)
This object is included in the file: CATICGMHybSplit.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.