API Reference > FacetModeler Namespace > Classes > Contour2D Class > Contour2D Methods > Contour2D::getPointAt Method
Contour2D::getPointAt Method
Syntax
C++
Result getPointAt(OdUInt32 iIndex, OdGePoint2d& ptPoint) const;
Parameters 
Description 
OdUInt32 iIndex 
[in] Vertex index.  
OdGePoint2d& ptPoint 
[out] Vertex point as OdGePoint2d.  

eOk if the point is found successfully, or a corresponding error type otherwise.

Gets a point by the specified index. 

 

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