API Reference > Classes > Geometry Classes > OdBmGCurve Class > OdBmGCurve Methods > OdBmGCurve::evalPoint Method
OdBmGCurve::evalPoint Method
Syntax
C++
OdResult evalPoint(OdGePoint3d& retVal, double param) const;
Parameters 
Description 
OdGePoint3d& retVal 
[out] Output point on curve.  
double param 
[in] Input parameter to be evaluated.
 

Returns eOk if successful or an appropriate error code in the other case.

Returns the point on this curve corresponding to the specified parameter value as an OdGePoint3d object. 

 

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