Close

Relief for ODA Team in Ukraine

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

Returns the u and v parameter for a point on the surface. 

 

Parameters
Description
point
[in] A point on the surface.
dU
[in] A passed-in parameter for returning the value of the u parameter.
dV
[in] A passed-in parameter for returning the value of the v parameter.

Returns eOk if successful. If the surface doesn't contain any NURBS information, returns eFail.

This method is implemented only for Spatial modeler and returns eNotImplementedYet status for other modelers.

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