GMOperatorsInterfaces Global Function CATCGMCreateTopologicalMatch


CATCGMCreateTopologicalMatch( iFactory,
iTopData,
iWire1,
iWire2,
iNbWires,
iSupport1,
iSupport2,
iMode= BASIC)
Creates a topological operator of multiple sides matching.
Parameters:
iFactory
The pointer to the factory of the geometry.
iTopData
The pointer to the data defining the software configuration and the journal. If the journal inside iTopData is NULL, it is not filled.
iWire1
The array [NbWires] of pointers to wire body on the first same surface. Each body only contains one wire with one edge. The geometry of the edge must be a boundary of iSupport1.
iWire2
The array [NbWires] of pointers to the corresponding wire bodies to match. Each body only contains one wire with one edge. The geometry of the edge must be a boundary of the corresponding surface in iSupport2.
iNbWires
The number of wires to match.
iSupport1
The pointer to the common surface of the wire bodies of iWire1.
iSupport2
The array [NbWires] pointers to the corresponding surfaces of the wire bodies of iWire2.
iMode
The mode of use.
Returns:
[out, IUnknown#Release] The pointer to the created operator. To be released with the Release method after use.
See also:

This object is included in the file: CATICGMTopologicalMatch.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.