Namespace BRIDGES.DataStructures.PolyhedralMeshes
Interfaces
IEdge<TPosition>
Abstract class for an edge in a polyhedral mesh data structure.
IFace<TPosition>
Abstract class for an face in a polyhedral mesh data structure.
IMesh<TPosition>
Abstract class for a polyhedral mesh data structure.
IVertex<TPosition>
Abstract class for an vertex in a polyhedral mesh data structure.