Close

Relief for ODA Team in Ukraine

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

Computes the distance along the line measured from the start point in drawing units at the specified parameter. 

 

Parameters
Description
param
[in] Parameter value specifying the point on the line as a Double value.
dist
[out] Reference to a variable in which this method must save the distance value as a Double value.
Copyright © 2002-2022. Open Design Alliance All rights reserved.