Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDgCurveElement2d::getPointAtParam Method
Syntax
C++
virtual OdResult getPointAtParam(double param, OdGePoint2d& pointOnCurve) const;

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

 

Parameters
Description
param
[in] Parameter specifying point.
pointOnCurve
[out] Receives the point on this Curve object.

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

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