Creates an operator to build a wire body from several curves.
Parameters:
iFactory
The pointer to the factory of the geometry.
iData
The pointer to the data defining the software configuration and the journal. If the journal inside iData
is NULL, it is not filled.
iNbCurves
The number of curves to assemble in the wire.
iCurves
The array [iNbCurves] of pointers to the curves used to define the wire.
iLimits
The array [iNbCurves] of the limits for each curve.
iOrientations
The array [iNbCurves] of the relative orientation for each curve.
Legal values:
1
The curve is used in is original orientation.
-1
The curve is used with an opposite orientation.
Combine with iLimits, these specifications must insure that the end of
one curve (possibly reversed) is the beginning of the following.
Every created edge is positively oriented in the wire.
Returns:
The pointer to the created operator. To delete with the usual C++ delete operator.
This object is included in the file: CATTopWire.h
If needed, your Imakefile.mk should include the module: CATTopologicalOperators