API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::rebuild Method
OdModelerGeometry::rebuild Method
Syntax
C++
virtual OdResult rebuild(int iUDegree, int iVDegree, int iNumUCtrlPts, int iNumVCtrlPts, bool bRestore) = 0;
Parameters 
Description 
int iUDegree 
[in] New degree value in the U direction.  
int iVDegree 
[in] New degree value in the V direction.  
int iNumUCtrlPts 
[in] New quantity of control points in the U direction.  
int iNumVCtrlPts 
[in] New quantity of control points in the V direction.  
bool bRestore 
[in] Restore flag.
 

eOk if successful or an appropriate error code otherwise.

Rebuilds this ModelerGeometry object with a specified new degree and quantity of control points in the U and V directions. This operation modifies the shape of the ModelerGeometry object. 

 

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