API Reference > Geometry > AECCDbContour Class > AECCDbContour Methods > AECCDbContour::getParamAtDist Method
AECCDbContour::getParamAtDist Method
Syntax
C++
virtual OdResult getParamAtDist(double dist, double& param) const;
Parameters 
Description 
double dist 
[in] Distance on the contour.  
double& param 
[out] Parameter value. 

eOk if the operation is successful; false otherwise.

Gets the parameter of the base contour at a specified distance. 

 

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