API Reference > OdGe Classes > OdGeCurve2d Class > OdGeCurve2d Methods > evalPoint Method > OdGeCurve2d::evalPoint Method (double)
OdGeCurve2d::evalPoint Method (double)
Syntax
C++
OdGePoint2d evalPoint(double param) const;
Parameters 
Description 
double param 
[in] Parameter to be evaluated. 

Returns the point on the curve corresponding to the specified parameter value. 

 

By default this function throws the exception "not Implemented". Should be implemented in derived classes.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.