Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDgCurveElement3d::getPointAtDist Method
Syntax
C++
virtual OdResult getPointAtDist(double dist, OdGePoint3d& pointOnCurve) const;

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

 

Parameters
Description
dist
[in] Distance along the curve.
pointOnCurve
[out] Receives the point.

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.