All Frameworks  Class Hierarchy  This Framework  Indexes

BasicTopologicalOpe Global Function CATCreateTopSurToNurbsSurOperator


CATTopSurToNurbsSurOperator* CATCreateTopSurToNurbsSurOperator(CATGeoFactory* iFactory,
CATTopData* iTopData,
CATBody* iShellBody,
CATLISTP(CATFace)* iFaceList)
Creates a topological operator to convert the geometry of a surface into a NURBS surface.
Parameters:
iFactory
The pointer to the factory that creates the resulting body.
iTopData
The pointer to the data defining the software configuration and the journal. If the journal inside iTopData is NULL, it is not filled.
iSkinBody
The skin body that contains the faces iFaceList.
iFaceList
The list of faces whose surface is transformed into a NURBS surface. Notice that all the faces must belong to the skin body.
Returns:
The pointer to the created operator. To delete with the usual delete C++ operator.

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

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