API Reference > FacetModeler Namespace > Classes > Contour2D Class > Contour2D Methods > Contour2D::setVertexAt Method
Contour2D::setVertexAt Method
Syntax
C++
Result setVertexAt(OdUInt32 iIndex, const OdGePoint2d& ptPoint, double dBulge);
Parameters 
Description 
OdUInt32 iIndex 
[in] Vertex index.  
const OdGePoint2d& ptPoint 
[in] Vertex point to set.  
double dBulge 
[in] Vertex bulge value to set.  

eOk if the location and bulge are set successfully, or a corresponding error type otherwise.

Sets a location and a bulge value for a vertex with the specified index. 

 

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