API Reference > FacetModeler Namespace > Classes > Contour2D Class > Contour2D Methods > Contour2D::createVertexAtDist Method
Contour2D::createVertexAtDist Method
Syntax
C++
OdUInt32 createVertexAtDist(double dDist, const OdGeTol & gTol = FMGeGbl::gTol);
Parameters 
Description 
double dDist 
[in] Distance on the contour to add the vertex at.  
const OdGeTol & gTol = FMGeGbl::gTol 
[in] Tolerance.
 

Index of the created (or found) vertex.

Adds a vertex to the contour at the specified distance. 

 

If a vertex at the specified parameter exists, the method does nothing.

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