Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDgCurve3d::getParamAtDist Method
Syntax
C++
virtual OdResult getParamAtDist(double dist, double& param) const;

Returns the parameter corresponding to the point a specified distance along this Curve object from its start point. 

 

Parameters
Description
dist
[in] Distance along the curve.
param
[out] Receives the parameter.

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

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