API Reference > Classes > Geometry Classes > OdBmGeometry Class > OdBmGeometry Methods > OdBmGeometry::getNextEdge Method
OdBmGeometry::getNextEdge Method
Syntax
C++
OdBmGEdgePtr getNextEdge(OdBmGEdgePtr pEdge) const;
Parameters 
Description 
OdBmGEdgePtr pEdge 
[in] Input current edge.  

Returns first edge in the array if pEdge is null or the last in the edges array.

Returns an edge that goes next after pEdge in the edges array of the current B-Rep.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.