API Reference > OdBr Classes > OdBrElement2dNodeTraverser Class > OdBrElement2dNodeTraverser Methods > OdBrElement2dNodeTraverser::setNode Method
OdBrElement2dNodeTraverser::setNode Method
Syntax
C++
OdBrErrorStatus setNode(const OdBrNode& node);
Parameters 
Description 
const OdBrNode& node 
[in] Node at which the traverser's starting position is set.
 

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

Sets the starting position of this traverser to a specific node in the element node list. 

 

In case of an error, the traverser's element node list is unchanged.

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