Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDb3dPolyline::getParamAtPoint Method
Syntax
C++
virtual OdResult getParamAtPoint(const OdGePoint3d& pointOnCurve, double& param) const;

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

 

Parameters
Description
pointOnCurve
[in] Point to be evaluated.
param
[out] Receives the parameter corresponding to pointOnCurve.

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

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