API Reference > FacetModeler Namespace > Classes > Contour2D Class > Contour2D Methods > createVerticesAt Method > Contour2D::createVerticesAt Method (OdUInt32, double*, OdGeTol&)
Contour2D::createVerticesAt Method (OdUInt32, double*, OdGeTol&)
Syntax
C++
Result createVerticesAt(OdUInt32 size, const double* vecParams, const OdGeTol& gTol = FMGeGbl::gTol);
Parameters 
Description 
OdUInt32 size 
[in] The number of elements in the parameter array.  
const double* vecParams 
[in] Pointer to an array of parameters.  
const OdGeTol& gTol = FMGeGbl::gTol 
[in] Tolerance.  

eOk if the vertices are added successfully, or a corresponding error type otherwise.

Adds vertices at the specified parameters into the contour. 

 

If some vertices already exist, this method doesn't create them.

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