RobWorkProject  23.9.11-
Public Member Functions | Public Attributes | List of all members
BREP::Face Struct Reference

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 HalfEdgeedge
 Pointer to one of the half-edges on the loop sourounding the face.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: