All Frameworks  Class Hierarchy  This Framework  Indexes

TopologicalOperators Global Function CATCreateTopRevol


CATTopRevol * CATCreateTopRevol(CATGeoFactory* iFactory,
CATTopData* iData,
CATBody* iProfile,
CATMathAxis* iAxis,
CATAngle iStartAngle,
CATAngle iEndAngle)
Creates a CATTopRevol 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 CATTopRevol 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:
The pointer to the created operator. To delete with the usual C++ delete operator after use.

This object is included in the file: CATTopRevol.h
If needed, your Imakefile.mk should include the module: CATTopologicalOperators

Copyright © 2003, Dassault Systèmes. All rights reserved.