API Reference > Classes > Geometry Classes > OdBmSurface Class > OdBmSurface Methods > OdBmSurface::paramOf Method
OdBmSurface::paramOf Method
Syntax
C++
OdResult paramOf(const OdGePoint3d& point, OdGePoint2d& outPt, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGePoint3d& point 
[in] Input point to be evaluated.  
OdGePoint2d& outPt 
[out] Output evaluated parameter values.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Input tolerance value. 

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

 

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.