All Frameworks  Class Hierarchy  This Framework  Indexes

FreeFormOperators Global Function CreateCrvDegreeModification


CATCrvDegreeModification * CreateCrvDegreeModification(CATGeoFactory* iFactory,
CATCurve* iNurbsCurve,
const CATLONG32 iTargetDegree,
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.
iTargetDegree
The degree to be achieved.
iTolerance
The specified tolerance.
iMode
The mode of use.
Returns:
The pointer to the created operator. To be deleted with the usual C++ delete operator afer use.

This object is included in the file: CreateCrvDegreeModification.h

Copyright © 2003, Dassault Systèmes. All rights reserved.