API Reference > FacetModeler Namespace > Classes > Contour2D Class > Contour2D Methods > appendVertices Method > Contour2D::appendVertices Method (OdGePoint2dArray &)
Contour2D::appendVertices Method (OdGePoint2dArray &)
Syntax
C++
Result appendVertices(const OdGePoint2dArray & vecSource);
Parameters 
Description 
const OdGePoint2dArray & vecSource 
[in] Array of vertices to append as OdGePoint2dArray.  

eOk if the vertices array appended successfully, or a corresponding error type otherwise.

Appends vertices to the end of this contour. 

 

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