API Reference > Classes > Geometry Classes > OdBmSurface Class > OdBmSurface Methods > OdBmSurface::evalPoint Method
OdBmSurface::evalPoint Method
Syntax
C++
OdResult evalPoint(OdGePoint3d& retVal, const OdGePoint2d& param) const;
Parameters 
Description 
OdGePoint3d& retVal 
[out] Output evaluated point.  
const OdGePoint2d& param 
[in] Input point. 

Returns the point corresponding to the parameter pair. 

 

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