API Reference > OdBr Classes > OdBrElement2dNodeTraverser Class
OdBrElement2dNodeTraverser Class
OdBrElement2dNodeTraverserOdBrElement2dNodeTraverser
Syntax
C++
class OdBrElement2dNodeTraverser : public OdBrTraverser;

BrElement2dNodeTraverser.h

This interface class represents element node traversers. It is used to access node data, such as surface normals and pairs of uv parameters.

This class is implemented only for Spatial modeler.

TD_Br 

 

 
Name 
Description 
 
Destructor. 
 
Default constructor. 
 
Name 
Description 
 
Returns the element that owns the element node list.
 
 
Returns the node at the current position in the element node list.
 
 
Returns the 2D element node's underlying parameter point.
 
 
Returns the normal vector computed on the original surface at the current node.
 
 
This is the overview for the setElement method overload. 
 
Sets the starting position of this traverser to a specific node in the element node list.
 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.