GMOperatorsInterfaces CATICGMTopReflectLine
Usage: you must use this class as is. You should never derive it.
public class CATICGMTopReflectLine
Class defining the operator that computes the reflect lines on a skin body.
The CATICGMTopReflectLine 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 CATICGMTopReflectLine operator is created with the CATCGMCreateTopReflectLine global method:
It must be directly released with the Release method after use. It is not streamable.
- 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 geometry factory.
Constructor and Destructor Index
- o
CATICGMTopReflectLine()
- Constructor
Method Index
- o
OptimizeDomainStructure()
- Use this method before the Run() method in order to have a better associativity of the CATICGMTopReflectLine result.
Constructor and Destructor
o CATICGMTopReflectLine
public CATICGMTopReflectLine( | ) |
-
Constructor
Methods
o OptimizeDomainStructure
public virtual OptimizeDomainStructure( | ) |
-
Use this method before the Run() method in order to have a better associativity of the CATICGMTopReflectLine result.
This object is included in the file: CATICGMTopReflectLine.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.