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.GenericAssembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
public interface IElementDefinition
| 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.
|