Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeNurbSurface::paramOfPrec Method
Syntax
C++
OdGePoint2d paramOfPrec(const OdGePoint3d& point, const OdGeTol& tol = OdGeContext::gTol) const;

Returns the 2D pair of parameter values of a point on this surface. 

 

Parameters
Description
point
[in] Point to be evaluated.
tol
[in] Geometric tolerance.

2D pair of parameter values of a point on this surface as a OdGePoint2d object.

The returned parameters specify a point within tol of point. If point is not on this surface, the results are unpredictable. If you are not sure the point is on this surface, use isOn() instead of this function. This method is slower than paramOf, but more accurate.

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