API Reference > FacetModeler Namespace > Classes > Contour2D Class > Contour2D Methods > Contour2D::getPointAtDist Method
Contour2D::getPointAtDist Method
Syntax
C++
Result getPointAtDist(double dDist, OdGePoint2d& ptPoint) const;
Parameters 
Description 
double dDist 
[in] Distance.  
OdGePoint2d& ptPoint 
[out] Resulting point.  

eOk if the point is calculated, or a corresponding result state otherwise.

Gets a point on the contour at the specified distance. 

 

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