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

eOk if the operation is successful; false otherwise.

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

 

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