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
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.
Returns
eOk if successful or an appropriate error code otherwise.