GMOperatorsInterfaces CATICGMTopParallel
Usage: you must use this class as is. You should never derive it.
public class CATICGMTopParallel
Class representing the operator that computes a wire parallel to another one on a skin body.
The CATICGMTopParallel operator follows the global frame of the topological operators
and satisfies the smart mechanism: the
input bodies are not modified. A new resulting body is created,
possibly sharing data with the input bodies.
- A CATICGMTopParallel operator is created with the CATCGMCreateTopParallel global function.
It must be directly released with the Release method after use. It is not streamable.
- The computation is done by the Run method.
- The result is accessed with the GetResult method. If you do not want
to keep the resulting body, use the method to remove it from the geometric factory, after the operator deletion.
Constructor and Destructor Index
- o
CATICGMTopParallel()
- Constructor
Method Index
- o
GetResult()
- Returns the pointer to the resulting body.
Constructor and Destructor
o CATICGMTopParallel
public CATICGMTopParallel( | ) |
-
Constructor
Methods
o GetResult
public virtual GetResult( | ) |
-
Returns the pointer to the resulting body.
- Returns:
- The pointer to the resulting body. If you do not want to keep it,
use the
method to remove it from the geometric factory, after the operator deletion.
This object is included in the file: CATICGMTopParallel.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.