GMOperatorsInterfaces Global Function CATCGMCreateTopRevol


CATCGMCreateTopRevol( iFactory,
iData,
iProfile,
iAxis,
iStartAngle,
iEndAngle)
Creates a CATICGMTopRevol 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 skin body or the (planar) wire body defining the profile of the revolution.
iAxis
The axis system of the revolution, which third direction is the rotation axis. The first and second directions of the axis system are not used in the definition of this CATICGMTopRevol operator, even for the definition of start and end angles.
iStartAngle
The first limitation of the rotation, measured (in degree) from each point of the profile.
iEndAngle
The last limitation of the rotation, measured (in degree) from each point of the profile, such that iStartAngle < iEndAngle. Notice for example that, if iStartAngle = - iEndAngle , the profile exactly defines the "middle" of the generated surface.
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: CATICGMTopRevol.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces

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