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

eOk if the operation is successful; false otherwise.

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

 

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