Namespace Elements.Spatial.CellComplex
Classes
Cell
A cell is a 3-dimensional closed extrusion within a complex.
CellComplex
A non-manifold cellular structure.
ChildBase<ChildClass, GeometryType>
An abstract base for the children of CellComplex.
Edge
A unique edge in a cell complex, regardless of directionality when it comes to face traversal. Directional edges for this purpose are in associated DirectedEdges. There is a maximum of two DirectedEdges per Edge.
EdgeBase<ChildClass>
A unique edge or directed edge in a cell complex.
Face
A Face within a cell. Multiple cells can share the same Face.
Orientation
A unique orientation direction in a CellComplex.
Vertex
A unique Vertex in a CellComplex.
VertexBase<ChildClass>
A unique Vertex or Orientation in a cell complex.