FreeFormOperators Global Function CATCreateCrvFittingToNurbsCrv
CATCreateCrvFittingToNurbsCrv(
iFactory,
const
iCurve,
const
iLimits,
iMaxDeviation,
iRationalAllowed
= 1,
iMode
= BASIC)
Deprecated:
V5R21 CATCreateCrvFittingToNurbsCrv(CATGeoFactory *, CATSoftwareConfiguration * ,
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.