Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdModelerGeometry::setControlPointAndWeight Method
Syntax
C++
virtual OdResult setControlPointAndWeight(int iUIndex, int iVIndex, const OdGePoint3d& point, double weight) = 0;

Sets the control point and weight on the ModelerGeometry object by the specified indices (U, V). 

 

Parameters
Description
iUIndex
[in] U direction index.
iVIndex
[in] V direction index.
point
[in] Control point.
weight
[in] Weight value.

eOk if successful or an appropriate error code otherwise.

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