API Reference > FacetModeler Namespace > Classes > Contour2D Class > Contour2D Methods > appendVertices Method > Contour2D::appendVertices Method (OdUInt32, OdGePoint2d*, double*)
Contour2D::appendVertices Method (OdUInt32, OdGePoint2d*, double*)
Syntax
C++
Result appendVertices(OdUInt32 size, const OdGePoint2d* vecSource, const double* bulgeSource = NULL);
Parameters 
Description 
OdUInt32 size 
[in] Number of points to add.  
const OdGePoint2d* vecSource 
[in] Pointer to an array of points.  
const double* bulgeSource = NULL 
[in] (Optional) Pointer to an array of bulge values. The array must be the same size as vecSource.  

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.