All Frameworks Class Hierarchy This Framework Previous Next Indexes
BasicTopologicalOpe Class CATTopLineTangentPtCrvOperator
Mathematics.CATCGMVirtual
|
+---GeometricObjects.CATCGMOperator
|
+---NewTopologicalObjects.CATTopOperator
|
+---NewTopologicalObjects.CATTopMultiResult
|
+---TopologicalOperators.CATTopTangentCurveOperator
|
+---CATTopLineTangentPtCrvOperator
Usage: you must use this class as is. You should never derive it.
public class CATTopLineTangentPtCrvOperator
Class defining a topological operator that computes line bodies tangent to a curve body.
This operator follows the general scheme of the topological operators producing several resulting bodies:
- Create the operator with the global function CATCreateTopLnTgtPtCrvOperator
- Set the parameters
- Run
- Get the resulting bodies (use the iterator on the resulting bodies, because
several line bodies can be solution of the computation)
- Delete the operator with the usual C++ delete operator.
- See also:
- CATTopMultiResult
Constructor and Destructor Index
- o
~CATTopLineTangentPtCrvOperator()
-
Method Index
- o
GetSupportMode(CATLONG32&)
- Returns the type of the created geometry.
- o
SetSupportMode(CATLONG32)
- Defines the type of the created geometry.
Constructor and Destructor
o ~CATTopLineTangentPtCrvOperator
public virtual ~CATTopLineTangentPtCrvOperator( | ) |
-
Methods
o GetSupportMode
public virtual void GetSupportMode( | CATLONG32& | ioSupport)=0 |
-
Returns the type of the created geometry.
- Parameters:
-
- ioSupport
- The type of the geometry to create.
Legal values: 1 if the geometry of the wire is a CATPLine (line on the supporting plane),
0 if it is a CATLine.
o SetSupportMode
public virtual void SetSupportMode( | CATLONG32 | iSupport)=0 |
-
Defines the type of the created geometry.
- Parameters:
-
- iSupport
- The type of the geometry to create.
Legal values: 1 if the geometry of the wire is a CATPLine (line on the supporting plane),
0 if it is a CATLine. By default, a CATPline is created.
This object is included in the file: CATTopLineTangentPtCrvOperator.h
If needed, your Imakefile.mk should include the module: CATBasicTopologicalOpe