GMOperatorsInterfaces Global Function CATCGMCreateSurFittingToNurbsSur


CATICGMSurFittingToNurbsSur * CATCGMCreateSurFittingToNurbsSur(CATGeoFactory* iFactory,
CATSoftwareConfiguration* iSoftwareConfiguration,
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.
iSoftwareConfiguration
The pointer to the software configuration
iSurface
The pointer to the surface to convert.
iLimits
The maximum limits to take into account on the input surface.
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:
[out, IUnknown#Release] The pointer to the created operator. To be released with the Release method after use.
See also:
CATICGMSurFittingToNurbsSur

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

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