GMOperatorsInterfaces Global Function CATCGMCreateSurDegreeModification


CATICGMSurDegreeModification * CATCGMCreateSurDegreeModification(CATGeoFactory* ifactory,
CATNurbsSurface* iNurbsSurface,
const CATLONG32& iTargetDegreeU,
const CATLONG32& iTargetDegreeV,
const double iTolerance,
CATSkillValue iMode= BASIC)
Creates the geometric operator that decreases the degree of a Nurbs curve.
Parameters:
iFactory
The pointer to the factory of the geometry.
iNurbsCurve
The pointer to the curve to be converted.
iTargetDegreeU
The degree along U to be achieved.
iTargetDegreeV
The degree along V to be achieved.
iTolerance
The specified tolerance.
iMode
The mode of use.
Returns:
[out, IUnknown#Release] The pointer to the created operator. To be released with the Release method afer use.

This object is included in the file: CATCGMCreateSurDegreeModification.h

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