All Frameworks Class Hierarchy This Framework Previous Next Indexes
TopologicalOperators Class CATTopDevelop
Mathematics.CATCGMVirtual
|
+---GeometricObjects.CATCGMOperator
|
+---NewTopologicalObjects.CATTopOperator
|
+---CATTopDevelop
Usage: you must use this class as is. You should never derive it.
public class CATTopDevelop
Class defining the operator that maps a wire on a shell onto another shell.
- The CATTopDevelop operator is created with the CATCreateTopDevelop method and
directly deleted.
It is is not streamable.
- Options can be precised with the SetXxx methods, before
asking for the computation with the Run method.
- The result is accessed with the GetResult method.
Constructor and Destructor Index
- o
~CATTopDevelop()
-
Method Index
- o
SetTargetInitialFace(CATFace*)
- Proposes a face of the target body on which the computed wire might pass.
Constructor and Destructor
o ~CATTopDevelop
public virtual ~CATTopDevelop( | ) |
-
Methods
o SetTargetInitialFace
public virtual void SetTargetInitialFace( | CATFace* | iInitialFace)=0 |
-
Proposes a face of the target body on which the computed wire might pass.
- Parameters:
-
- iInitialFace
- The pointer to the face.
This object is included in the file: CATTopDevelop.h
If needed, your Imakefile.mk should include the module: CATTopologicalOperators