Click or drag to resize

IElementDefinition Interface

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

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IElementDefinition

The IElementDefinition type exposes the following members.

Properties
  NameDescription
Public propertyId
Id of element.
Top
Methods
  NameDescription
Public methodFaceCount
Returns the number of faces in a 3D element. Zero when not a 3D element.
Public methodFaceVertices
Returns the list of vertices that comprise a given face number.
Public methodGetVertex
Returns the coordinate for the given vertex number
Public methodVertexCount
Number of vertices in this element. Can be zero, if element is IdBased only and has no geographical reference.
Top
See Also