All Frameworks Class Hierarchy This Framework Indexes
GMOperatorsInterfaces Interface CATICGMHybAssemble
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATICGMHybAssemble
Class defining the operator that assembles two bodies.
This operator operates on the 2D (CATShell), 1D (CATWire) and 0D (CATVertexInVolume)
domains of a CATBody.
It 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.
- CATICGMHybAssemble is created with the CATCGMCreateTopAssemble 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:
- CATCGMCreateTopAssemble
Method Index
- o
GetSuppressBody()
- Retrieves the suppressed cells in a body.
- o
GetSuppressMode()
- Returns the suppress mode.
- o
Run()
-
- o
SetCellsToMerge(CATLISTP(CATCell)&)
- Specifies a list of cells to be merged in a local join.
- o
SetSuppressMode(int)
- Activates suppress mode : in the case of invalid cells,
operator does a second pass after having removed them.
Methods
o GetSuppressBody
| public virtual GetSuppressBody( | ) |
-
Retrieves the suppressed cells in a body.
- Returns:
- The suppressed body: the body contains all suppressed cells.
o GetSuppressMode
| public virtual GetSuppressMode( | ) |
-
Returns the suppress mode.
- Returns:
-
Legal values:
- 0
- suppress mode not active.
- 1
- suppress mode is active.
o Run
-
o SetCellsToMerge
| public virtual SetCellsToMerge( | const | iListOfCells) |
-
Specifies a list of cells to be merged in a local join.
- Parameters:
-
- iCellsToMerge
- The cells to be merged.
o SetSuppressMode
| public virtual SetSuppressMode( | | yes_or_no | = 1) |
-
Activates suppress mode : in the case of invalid cells,
operator does a second pass after having removed them.
Invalid cells may be retrieved with method GetSupressBody.
This option is not activated by default.
- Parameters:
-
- yes_or_no
-
Legal values:
- 0
- No assemble with invalid cells.
- 1
- Force assemble with invalid cells.
This object is included in the file: CATICGMHybAssemble.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces