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] The new degree value in the u direction.  
int iVDegree 
[in] The new degree value in the v direction.  
int iNumUCtrlPts 
[in] The new quantity of control points in the u direction.  
int iNumVCtrlPts 
[in] The new quantity of control points in the v direction.  
bool bRestore 
[in] Restore flag.
 

Returns eOk if successful or an appropriate error code in the other case.

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–2020. Open Design Alliance. All rights reserved.