API Reference > OdBr Classes > OdBrVertexEdgeTraverser Class > OdBrVertexEdgeTraverser Methods > OdBrVertexEdgeTraverser::setVertex Method
OdBrVertexEdgeTraverser::setVertex Method
Syntax
C++
OdBrErrorStatus setVertex(const OdBrVertex& vertex);
Parameters 
Description 
const OdBrVertex& vertex 
[in] Owner of the edge list. 

Sets this Traverser object to a specific vertex edge list.

This Traverser object is set to the first element in the list. 

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

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