GMOperatorsInterfaces Global Function CATCGMCreateCrvFittingToNurbsCrv


CATICGMCrvFittingToNurbsCrv * CATCGMCreateCrvFittingToNurbsCrv(CATGeoFactory* iFactory,
const CATCurve* iCurve,
const CATCrvLimits& iLimits,
double iMaxDeviation,
CATLONG32 iRationalAllowed= 1,
CATSkillValue iMode= BASIC)
Deprecated:
V5R21 CATCGMCreateCrvFittingToNurbsCrv(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:
[out, IUnknown#Release] The pointer to the created operator. To be released with the Release method after use.
See also:
CATICGMCrvFittingToNurbsCrv

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

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.