API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::setControlPointAndWeight Method
OdModelerGeometry::setControlPointAndWeight Method
Syntax
C++
virtual OdResult setControlPointAndWeight(int iUIndex, int iVIndex, const OdGePoint3d& point, double weight) = 0;
Parameters 
Description 
int iUIndex 
[in] U direction index.  
int iVIndex 
[in] V direction index.  
const OdGePoint3d& point 
[in] Control point.  
double weight 
[in] Weight value.
 

eOk if successful or an appropriate error code otherwise.

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

 

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