All Frameworks  Class Hierarchy  This Framework  Indexes

TopologicalOperators Global Function CATCreateDynSplit


CATDynSplit* CATCreateDynSplit(CATGeoFactory* iFactory,
CATTopData* iData,
CATBody* iBody,
CATDynSplitType iSplitType)
Creates a CATDynSplit operator.
Parameters:
iFactory
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.
iBody
The pointer to the body to split.
iSplitType
The portion of iBody to keep.
CATSplitPositiveSideOnly
The portion of iBody on the positive side of the splitting object is kept.
CATSplitNegativeSideOnly
The portion of iBody on the negative side of the splitting object is kept.
iBody
The pointer to the body to split.
Returns:
The pointer to the created operator. To delete after use with the usual C++ delete operator.

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

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