GMOperatorsInterfaces Global Function CATCGMCreateTopWire
CATCGMCreateTopWire( | | iFactory, |
| | iData, |
| | iNbCurves, |
| | iCurves, |
| | iLimits, |
| | iOrientations) |
-
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:
- [out, IUnknown#Release] The pointer to the created operator. To be released with the Release method after use.
This object is included in the file: CATICGMTopWire.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.