All Frameworks  Class Hierarchy  This Framework  Indexes

FreeFormOperators Global Function CATCreateSurFittingToNurbsSur


CATSurFittingToNurbsSur* CATCreateSurFittingToNurbsSur(CATGeoFactory* iFactory,
const CATSurface* iSurface,
const CATSurLimits& iLimits,
double iMaxDeviation,
CATLONG32 iRationalAllowed= 1,
CATSkillValue 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.
iSurface
The pointer to the surface to convert.
iLimits
The limits defining the portion of the input surface to be converted into a NURBS. These limits are not necessarily the maximum limits.
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.