All Frameworks Class Hierarchy This Framework Indexes
GMOperatorsInterfaces Interface CATICGMRemoveFacesInShell
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATICGMRemoveFacesInShell
Class representing the operator that creates a shell body from a list of faces
Moreover, the operator allows the faces to have inside loops (holes).
- Create the operator by using the CATCGMCreateRemoveFacesInShell global function.
- If needed, tune some parameters with the SetXxx methods.
- Run the operator
- Retrieve the created body (frozen by default) with the GetResult method.
- Release the operator with the Release method after use.
Method Index
- o
Run()
- Runs this operator.
Methods
- o Run
-
-
Runs this operator.
This object is included in the file: CATICGMRemoveFacesInShell.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces