API Reference > OdGe Classes > OdGePointOnCurve2d Class > OdGePointOnCurve2d Methods > point Method > OdGePointOnCurve2d::point Method (OdGeCurve2d&, double)
OdGePointOnCurve2d::point Method (OdGeCurve2d&, double)
Syntax
C++
OdGePoint2d point(const OdGeCurve2d& curve2d, double param);
Parameters 
Description 
const OdGeCurve2d& curve2d 
[in] Any 2D curve. Sets the current curve. 
double param 
[in] Sets the current parameter.  

Returns the point on the curve. 

 

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