All Frameworks  Class Hierarchy  This Framework  Indexes

TopologicalOperators Global Function CATCreateTopPrism


CATTopPrism * CATCreateTopPrism(CATGeoFactory* iFactory,
CATTopData* iData,
CATBody* iProfileBody,
CATMathDirection* iDirection,
CATLength iStartOffset,
CATLength iEndOffset)
Creates a CATTopPrism 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:
The pointer to the created operator. To delete with the usual C++ delete operator after use.

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

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