All Frameworks Class Hierarchy This Framework Indexes
GMOperatorsInterfaces Class CATICGMHybBoundary
Usage: you must use this class as is. You should never derive it.
public class CATICGMHybBoundary
Class defining the operator that computes the boundary of a wire or a shell.
This operator follows the general frame of all operator and satisfies to the smart mechanism: the
input bodies are not modified. A new resulting body is created,
possibly sharing data with the input bodies.
- CATICGMHybBoundary is created with the CATCGMCreateTopBoundary global function.
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 CATICGMContainer.Remove method to remove it from the geometric factory.
- See also:
- CATCGMCreateTopBoundary
Constructor and Destructor Index
- o
CATICGMHybBoundary()
- Constructor
Constructor and Destructor
o CATICGMHybBoundary
| public CATICGMHybBoundary( | ) |
-
Constructor
This object is included in the file: CATICGMHybBoundary.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces