All Frameworks Class Hierarchy This Framework Indexes
AdvancedTopologicalOpe Class CATTopShellOrientation
Usage: you must use this class as is. You should never derive it.
public class CATTopShellOrientation
Class defining the operator that modifies the orientation of the faces of a shell
as well as the underlying surfaces so that the faces, the surfaces and the shell
all have the same orientation.
This operator follows the general scheme of the topological operators:
- Creates the operator with the CATCreateTopShellOrientation global function, which defines
the body which contains the faces to be inverted.
- Runs with the Run method.
- Gets the result body by the GetResult method.
- Deletes the operator with the usual C++ delete operator.
Constructor and Destructor Index
- o
~CATTopShellOrientation()
-
- o
~CATTopShellOrientation()
-
Method Index
- o
Run()
- Runs this operator.
- o
Run()
- Runs this operator.
Constructor and Destructor
o ~CATTopShellOrientation
| public virtual ~CATTopShellOrientation( | ) |
-
o ~CATTopShellOrientation
| public ~CATTopShellOrientation( | ) |
-
Methods
o Run
-
Runs this operator. Returns 0 if the operation completes properly.
o Run
-
Runs this operator. Returns 0 if the operation completes properly.
This object is included in the file: CATTopShellOrientation.h
If needed, your Imakefile.mk should include the module: CATAdvancedTopologicalOpe