API Reference > OdDg Classes > OdDgBSplineCurve2d Class > OdDgBSplineCurve2d Methods > OdDgBSplineCurve2d::getPointAtParam Method
OdDgBSplineCurve2d::getPointAtParam Method
Syntax
C++
virtual OdResult getPointAtParam(double param, OdGePoint2d& pointOnCurve) const;
Parameters 
Description 
double param 
[in] Parameter specifying point.  
OdGePoint2d& pointOnCurve 
[out] Receives the point on this Curve object. 

Returns eOk if successful, or an appropriate error code if not.

Returns the WCS point on this Curve object corresponding to the specified parameter. 

 

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