API Reference > OdDb Classes > OdDbXline Class > OdDbXline Methods > OdDbXline::getParamAtDist Method
OdDbXline::getParamAtDist Method
Syntax
C++
virtual OdResult getParamAtDist(double dist, double& param) const;
Parameters 
Description 
double dist 
[in] Distance value along the infinite line as a Double value in drawing units.  
double& param 
[out] Reference to a variable in which this method must save the parameter value as a Double value. 

Computes the parameter at the distance along the infinite line measured from the base point. 

 

Example of Working with the Xline Object 

Computed Infinite Line Properties

Copyright © 2002–2020. Open Design Alliance. All rights reserved.