GMOperatorsInterfaces CATICGMTopLineTangentCrvCrvOperator
Usage: you must use this class as is. You should never derive it.
public class CATICGMTopLineTangentCrvCrvOperator
Class defining a topological operator that creates the line bodies tangent to wire bodies.
The input bodies must be coplanar. The underlying plane is represented by a skin body
containing of a single face which underlying surface is a plane.
This operator follows the general scheme of the topological operators producing several resulting bodies:
- Create the operator with the global function CATCGMCreateTopLineTangentCrvCrvOperator
- Set the parameters
- Run
- Get the resulting bodies (use the iterator on the resulting bodies, because
several line bodies can result from the computation)
- Release the operator with the Release method.
- See also:
-
Constructor and Destructor Index
- o
CATICGMTopLineTangentCrvCrvOperator()
- 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 CATICGMTopLineTangentCrvCrvOperator
public CATICGMTopLineTangentCrvCrvOperator( | ) |
-
Constructor
Methods
o GetSupportMode
public virtual GetSupportMode( | | ioSupportMode) |
-
Returns the type of the created geometry.
- Parameters:
-
- ioSupportMode
- 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 | = 1) |
-
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: CATICGMTopLineTangentCrvCrvOperator.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.