Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdModelerGeometry::getParameterOfPoint Method
Syntax
C++
virtual OdResult getParameterOfPoint(const OdGePoint3d& point, double& dU, double& dV) const = 0;

Returns the U and V parameter for a point on this ModelerGeometry object. 

 

Parameters
Description
point
[in] Point on the ModelerGeometry object.
dU
[in] Passed-in parameter for returning the value of the U parameter.
dV
[in] Passed-in parameter for returning the value of the V parameter.

eOk if successful or an appropriate error code otherwise.

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