Close

Relief for ODA Team in Ukraine

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

Retrieves 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
[out] Control point.
weight
[out] Weight value.
bIsRational
[out] Flag determining whether this control point is rational.

eOk if successful or an appropriate error code otherwise.

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