GMOperatorsInterfaces Global Function CATCGMCreateTopPrism


CATCGMCreateTopPrism( iFactory,
iData,
iProfileBody,
iDirection,
iStartOffset,
iEndOffset)
Creates a CATICGMTopPrism operator.
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.
iProfile
The pointer to the wire or the skin body defining the profile of the prism.
iDirection
The direction of the extrusion, not necessarily orthogonal to the profile.
iStartOffset
The first limitation along the extrusion direction.
iEndOffset
The second limitation along the extrusion direction, such that iStartOffset < iEndOffset.
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: CATICGMTopPrism.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces

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