API Reference > OdGe Classes > OdGeNurbSurface Class > OdGeNurbSurface Methods > OdGeNurbSurface::elevateDegree Method
OdGeNurbSurface::elevateDegree Method
Syntax
C++
OdGeNurbSurface& elevateDegree(bool iByU, int iPlusDegree);
Parameters 
Description 
bool iByU 
[in] true means U-dimension.  
int iPlusDegree 
[in] Degree increment value. 

Reference to this OdGeNurbSurface object.

Increases spline degree for corresponding dimension (U or V) by the specified value and returns a reference to this spline object. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.