API Reference > OdGe Classes > OdGeSurface Class > OdGeSurface Methods > paramOf Method > OdGeSurface::paramOf Method (OdGePoint3d&, OdGeTol&)
OdGeSurface::paramOf Method (OdGePoint3d&, OdGeTol&)
Syntax
C++
OdGePoint2d paramOf(const OdGePoint3d& point, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGePoint3d& point 
[in] Point to be evaluated.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

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

 

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–2020. Open Design Alliance. All rights reserved.