GMOperatorsInterfaces CATICGMTopLineTangentPtCrvOperator
Usage: you must use this class as is. You should never derive it.
public class CATICGMTopLineTangentPtCrvOperator
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 CATCGMCreateTopLnTgtPtCrvOperator
- 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)
- Release the operator with the Release method.
- See also:
-
Constructor and Destructor Index
- o
CATICGMTopLineTangentPtCrvOperator()
- Constructor
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 CATICGMTopLineTangentPtCrvOperator
public CATICGMTopLineTangentPtCrvOperator( | ) |
-
Constructor
Methods
o GetSupportMode
public virtual GetSupportMode( | | ioSupport) |
-
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 SetSupportMode( | | iSupport) |
-
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: CATICGMTopLineTangentPtCrvOperator.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.