IElementDefinition Interface

Defines geometry of an element. An element can have an Id or/and a number of vertices defining it. TODO: finish summary

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 interface IElementDefinition

Properties

Id Id of element.

Methods

FaceCount Returns the number of faces in a 3D element. Zero when not a 3D element.
FaceVertices Returns the list of vertices that comprise a given face number.
GetVertex Returns the coordinate for the given vertex number
VertexCount Number of vertices in this element. Can be zero, if element is IdBased only and has no geographical reference.

See Also