Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdModelerGeometry::rebuild Method
Syntax
C++
virtual OdResult rebuild(int iUDegree, int iVDegree, int iNumUCtrlPts, int iNumVCtrlPts, bool bRestore) = 0;

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. 

 

Parameters
Description
iUDegree
[in] New degree value in the U direction.
iVDegree
[in] New degree value in the V direction.
iNumUCtrlPts
[in] New quantity of control points in the U direction.
iNumVCtrlPts
[in] New quantity of control points in the V direction.
bRestore
[in] Restore flag.

eOk if successful or an appropriate error code otherwise.

Copyright © 2002-2022. Open Design Alliance All rights reserved.