MeshFileElementTable Property |
The
ElementTable defines for each element which
nodes that defines the element.
The numbers in the ElementTable are node numbers, not indices!
Each value in the table must be between 1 and number-of-nodes.
You can modify each value individually directly in the list,
or provide a new array of values, which must have the same
length as the original one.
Namespace: DHI.Generic.MikeZero.DFS.meshAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic int[][] ElementTable { get; set; }
Public Property ElementTable As Integer()()
Get
Set
public:
property array<array<int>^>^ ElementTable {
array<array<int>^>^ get ();
void set (array<array<int>^>^ value);
}
member ElementTable : int[][] with get, set
Property Value
Type:
Int32
See Also