All Frameworks  Class Hierarchy  This Framework  Indexes

FreeFormOperators Global Function CATCreateCrvFittingToNurbsCrv


CATCrvFittingToNurbsCrv* CATCreateCrvFittingToNurbsCrv(CATGeoFactory* iFactory,
const CATCurve* iCurve,
const CATCrvLimits& iLimits,
double iMaxDeviation,
CATLONG32 iRationalAllowed= 1,
CATSkillValue iMode= BASIC)
Creates the geometric operator that computes a (possibly approximated) NURBS representation of a CATCurve.
Parameters:
iFactory
The pointer to the factory of the geometry.
iCurve
The pointer to the curve to convert.
iLimits
The maximum limits to take into account on the input curve.
iMaxDeviation
The maximum deviation between the input and result curves.
iRationalAllowed
1 if the result curve can be rational, 0 if the result curve 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:
CATCrvFittingToNurbsCrv

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

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