API Reference > FacetModeler Namespace > Classes > Contour2D Class > Contour2D Methods > Contour2D::getVertexAt Method
Contour2D::getVertexAt Method
Syntax
C++
Result getVertexAt(OdUInt32 iIndex, OdGePoint2d* pPoint, double* pBulge = NULL, OdIntPtr* pMetadata = NULL, OdUInt32* puRawFlags = NULL) const;
Parameters 
Description 
OdUInt32 iIndex 
[in] Vertex index.  
OdGePoint2d* pPoint 
[out] Vertex point as OdGePoint2d.  
double* pBulge = NULL 
[out] (Optional) Bulge value.  
OdIntPtr* pMetadata = NULL 
[out] (Optional) Metadata attribute.  
OdUInt32* puRawFlags = NULL 
[out] (Optional) Flags as a raw OdUInt32 value.  

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

Gets data of a vertex with the specified index. 

 

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