GMOperatorsInterfaces Global Function CATCGMCreateTopSkin


CATCGMCreateTopSkin( iFactory,
iData,
iSurface,
iNbPcurves,
iPcurves,
iLimits,
iOrientations)
Creates an operator to build a skin body from several curves on the same surface.
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.
iNbPcurves
The number of curves to build the external loop.
iPcurves
The array [iNbPcurves] of pointers to the curves on the surface used to define the skin.
iLimits
The array [iNbPcurves] of the limits for each curve.
iOrientations
The array [iNbPcurves] 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 loop.
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: CATICGMTopSkin.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces

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