$darkmode
Component: Edge-Edge adjacency relation This component implement store the pointer (and index) of the adjacent edges. If the vertex is 1-manifold (as in a classical polyline) it holds that: More...
#include <component.h>
Static Public Member Functions | |
static bool | HasEEAdjacency () |
static bool | HasEEAdjacencyOcc () |
static void | Name (std::vector< std::string > &name) |
Component: Edge-Edge adjacency relation This component implement store the pointer (and index) of the adjacent edges. If the vertex is 1-manifold (as in a classical polyline) it holds that:
otherwise the edges are connected in a unordered chain (quite similar to how Face-Face adjacency relation is stored);