All Frameworks  Class Hierarchy  This Framework  Indexes

FreeFormOperators Global Function CATCreateSurFittingToNurbsSur


CATCreateSurFittingToNurbsSur( iFactory,
iSoftwareConfiguration,
const iSurface,
const iLimits,
iMaxDeviation,
iRationalAllowed= 1,
iMode= BASIC)
Creates the geometric operator that computes a (possibly approximated) NURBS representation of a CATSurface.
Parameters:
iFactory
The pointer to the factory of the geometry.
iSoftwareConfiguration
The pointer to the software configuration
iSurface
The pointer to the surface to convert.
iLimits
The maximum limits to take into account on the input surface.
iMaxDeviation
The maximum deviation between the input and result surfaces.
iRationalAllowed
1 if the result surface can be rational, 0 if the result surface must not be rational.
iMode
The mode of use.
Returns:
The pointer to the created operator. To delete with the usual C++ delete operator afer use.
See also:
CATSurFittingToNurbsSur

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

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