API Reference > OdDb Classes > OdDbCurve Class > OdDbCurve Methods > OdDbCurve::getPointAtDist Method
OdDbCurve::getPointAtDist Method
Syntax
C++
virtual OdResult getPointAtDist(double dist, OdGePoint3d& pointOnCurve) const;
Parameters 
Description 
double dist 
[in] Distance along the curve. 
OdGePoint3d& pointOnCurve 
[out] Receives the point.  

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

Returns the WCS point a specified distance along this Curve object from its start point. 

 

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