API Reference > OdBr Classes > OdBrLoopEdgeTraverser Class
OdBrLoopEdgeTraverser Class
OdBrLoopEdgeTraverserOdBrLoopEdgeTraverser
Syntax
C++
class OdBrLoopEdgeTraverser : public OdBrTraverser;

BrLoopEdgeTraverser.h

This class is the interface class for loop edge traversers.

TD_Br 

 

 
Name 
Description 
 
This is OdBrLoopEdgeTraverser, a member of class OdBrLoopEdgeTraverser. 
 
Name 
Description 
 
Returns the edge object at the current Traverser position. 
 
Returns true if and only if the orientation of the edge from vertex 1 to vertex 2 is the same as the orientation of the loop parameterization. 
 
Returns the loop of the edge list associated with this Traverser object. 
 
Returns the underlying curve of the edge at the current Traverser position as an oriented OdGeCurve3d object. 
 
Returns the underlying curve of the edge at the current Traverser position as an OdGeNurbCurve3d object.
 
 
Returns the underlying curve of the edge at the current Traverser position as a parametric OdGeCurve2d object. 
 
Returns the underlying curve of the edge at the current Traverser position as a parametric OdGeNurbCurve2d object.
 
 
Sets the starting position of this Traverser object.  
 
This is the overview for the setLoop method overload. 
 
Sets this Traverser object to a specific edge loop list and starting position.  
Copyright © 2002–2020. Open Design Alliance. All rights reserved.