GMOperatorsInterfaces Global Function CATCGMCreateCrvFittingToNurbsCrv


CATCGMCreateCrvFittingToNurbsCrv( iFactory,
const iCurve,
const iLimits,
iMaxDeviation,
iRationalAllowed= 1,
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:

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.