DfsuUtil Class |
Namespace: DHI.Generic.MikeZero.DFS.dfsu
The DfsuUtil type exposes the following members.
Name | Description | |
---|---|---|
CalculateElementCenterCoordinates |
For each element, calculates the element center coordinate
as the average of all node coordinates of the nodes in
each element.
| |
FindTopLayerElements(Int32) |
Find element indices (zero based9 of the elements being the upper-most element
in its column.
Each column is identified by matching node id numbers. For 3D elements the last half of the node numbers of the bottom element must match the first half of the node numbers in the top element. For 2D vertical elements the order of the node numbers in the bottom element (last half number of nodes) are reversed compared to those in the top element (first half number of nodes). | |
FindTopLayerElements(IDfsuFile) |
Find element indices (zero-based) of the elements being the upper-most element
in its column.
Each column is identified by matching node id numbers. For 3D elements the last half of the node numbers of the bottom element must match the first half of the node numbers in the top element. For 2D vertical elements the order of the node numbers in the bottom element (last half number of nodes) are reversed compared to those in the top element (first half number of nodes). | |
FindTopLayerElements(Int32, Double, Double) |
Find element indices (zero based) of the elements being the upper-most element
in its column.
This method uses the element center (x,y) coordinate, and identifies each column by having the same element center (x,y) coordinate. | |
GetDateTimes |
Return an array of DateTimes which are the times for each timestep
|