API Reference > Geometry > AECCDbContour Class > AECCDbContour Methods > AECCDbContour::getParamAtPoint Method
AECCDbContour::getParamAtPoint Method
Syntax
C++
virtual OdResult getParamAtPoint(const OdGePoint3d& pointOnCurve, double& param) const;
Parameters 
Description 
const OdGePoint3d& pointOnCurve 
[in] Point on the contour.  
double& param 
[out] Parameter of the contour at the specified point. 

eOk if the operation is successful; false otherwise.

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

 

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