![]() |
RobWorkProject
23.9.11-
|
Face concept in the half-edge structure. More...
#include <BREP.hpp>
Public Member Functions | |
| Face () | |
| Constructor. | |
| ~Face () | |
| Destructor. | |
Public Attributes | |
| bool | surfaceSet |
| Variable to indicate if a surface is assigned to the Face. Otherwise it is considered an empty loop. | |
| std::size_t | surfaceIndex |
| Set the index to the surface data. | |
| const HalfEdge * | edge |
| Pointer to one of the half-edges on the loop sourounding the face. | |
Face concept in the half-edge structure.
A Face has a surface and a pointer to on of the half-edges on the loop sourounding it.