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:
The pointer to the created operator. To delete with the usual C++ delete operator afer use.