ElementGeometry Enumeration |
Type of elements
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public enum ElementGeometry
Members
| Member name | Value | Description |
---|
| IdBased | 0 |
Id based
|
| Point | 1 |
A point element having one vertex coordinate
|
| LineString | 2 |
A polyline, defined by several vertices, where a value on each vertex/in
between each vertex is defined.
|
| Polygon | 3 |
A polygon, defined by several vertices. The polygon is finished by connecting the first and the last vertex.
|
| PolyHedron | 4 |
A polyhedron, defined by several faces, each defined by several vertices.
|
See Also