Close

Relief for ODA Team in Ukraine

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

Computes the parameter at the point placed on the line. Parameter is a distance measured from the start point in drawing units. 

 

Parameters
Description
pointOnCurve
[in] Three-dimensional point instance which specifies the point on the line.
param
[out] Reference to a variable in which this method must save the parameter value as a Double value.
Copyright © 2002-2022. Open Design Alliance All rights reserved.