API Reference > FacetModeler Namespace > Classes > Contour2DTraversingReactor Class > Contour2DTraversingReactor Methods > Contour2DTraversingReactor::onArcEndPoint Method
Contour2DTraversingReactor::onArcEndPoint Method
Syntax
C++
virtual bool onArcEndPoint(int nSegment, const OdGePoint2d& pt) = 0;
Parameters 
Description 
int nSegment 
[in] The number of the current segment.  
const OdGePoint2d& pt 
[in] The coordinates of the current point as OdGePoint2d.  

false if traversing needs to be stopped; true if the event processed successfully.

Handles the situation when traversing has moved to the end of the next arc segment. 

 

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