GMOperatorsInterfaces Interface CATICGMTopExtractFace
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATICGMTopExtractFace
Class representing the operator that rebuilds a body from a set of faces on an input body.
The new faces keep only data necessary to them. Adjacency information has disappeared.
If DoFaceAssembly is called before running the operator and there are two or more
input faces, the operator assembles the output faces.
To use it:
- Create it with the CATCGMCreateTopExtractFace global function.
- Tune it with appropriate options, using the SetXxx methods.
- Run it
- Get the result using 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.
- Release the operator with the Release method after use.
Method Index
- o
Run()
- Runs the operator.
Methods
o Run
-
Runs the operator.
- Returns:
-
Legal values: 0 if ok, 1 if failed
This object is included in the file: CATICGMTopExtractFace.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.