All Frameworks  Class Hierarchy  This Framework  Indexes

FreeFormOperators Global Function CreateSurDegreeModification


CATSurDegreeModification * CreateSurDegreeModification(CATGeoFactory* iFactory,
CATNurbsSurface* iNurbsSurface,
const CATLONG32& iNewDegreeU,
const CATLONG32& iNewDegreeV,
CATSkillValue iMode= BASIC)
Creates the geometric operator increases the degree of a Nurbs surface.
Parameters:
iFactory
The pointer to the factory of the geometry.
iNurbsCurve
The pointer to the surface to be converted.
iNewDegreeU
The new degree along U.
iNewDegreeV
The new degree along V.
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: CreateSurDegreeModification.h

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