Click or drag to resize

ElementGeometry Enumeration

Type of elements

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public enum ElementGeometry
Members
  Member nameValueDescription
IdBased0 Id based
Point1 A point element having one vertex coordinate
LineString2 A polyline, defined by several vertices, where a value on each vertex/in between each vertex is defined.
Polygon3 A polygon, defined by several vertices. The polygon is finished by connecting the first and the last vertex.
PolyHedron4 A polyhedron, defined by several faces, each defined by several vertices.
See Also