Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeSurface::paramOf Method (const OdGePoint3d&, const OdGeTol&)
Syntax
C++
OdGePoint2d paramOf(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.

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.

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