API Reference > Classes > Geometry Classes > OdBmGEdgeLoop Class
OdBmGEdgeLoop Class
Syntax
C++
class OdBmGEdgeLoop : public OdBmGEdgeBase;

BmGEdgeLoop.h

This class stores data of a loop of edges.

Returns the envelope of the loop of edges as an object of the OdGeExtents2d class. 
Returns the face that is associated with this loop of edges as pointer to an OdBmFace object. 
Returns the next edge in the loop of edges as a pointer to an OdBmGEdgeBase object or NULL if it doesn't exist. 
Returns the pointer to the next loop of edges as a pointer to an OdBmGEdgeLoop object or NULL if it doesn't exist. 
Returns true if the loop is open. 
Returns the previous edge in the loop of edges as a pointer to the OdBmGEdgeBase object or NULL if it doesn't exist. 
Sets or unsets the 'open' status for the loop of edges. 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.