ElementGeometry Enumeration

Type of elements

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public enum ElementGeometry

Members

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.

Extension Methods

IsOneOf Returns true if enumeration is one of the listed ones.
(Defined by GenericExtensions)

See Also