API Reference > OdBr Classes > OdBrElement2dNodeTraverser Class > OdBrElement2dNodeTraverser Methods > OdBrElement2dNodeTraverser::getNode Method
OdBrElement2dNodeTraverser::getNode Method
Syntax
C++
OdBrErrorStatus getNode(OdBrNode& node) const;
Parameters 
Description 
OdBrNode& node 
[out] Node at the current position.
 

Returns odbrOK if successful, or an appropriate error code if not.

Returns the node at the current position in the element node list. 

 

In case of an error, the node reference object that is passed as an argument is unchanged.

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