API Reference > FacetModeler Namespace > Classes > Contour2DTraversingReactor Class > Contour2DTraversingReactor Methods > Contour2DTraversingReactor::onArcSeg Method
Contour2DTraversingReactor::onArcSeg Method
Syntax
C++
virtual bool onArcSeg(int nSegment, DeviationParams** ppDev) = 0;
Parameters 
Description 
int nSegment 
[in] The number of the current segment.  
DeviationParams** ppDev 
[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 next arc segment. 

 

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