Polygonnetzes
Polygonnetzes is a term used in geometry to describe planar networks formed by polygons that share edges in order to partition a region into polygonal faces. In practice, polygonnetzes are commonly known as polygonal meshes or tessellations, and they are central to fields such as computational geometry, computer graphics, and finite element analysis. A polygonnetz is defined by its vertices, edges, and faces. Each edge connects two vertices and is incident to one or two faces; each face is a polygon, and the union of all faces constitutes the region.
The dual graph of a polygonnetz—constructed by placing a vertex in each face and joining vertices for
Construction methods include tessellation of a region by a prescribed polygon type, triangulation and quadrangulation via
Applications of polygonnetzes span finite element analysis, computer graphics, geographic information systems, and architectural design. Related