Click or drag to resize

MeshFileRead Method

Read .mesh file and load all data.

If an element specifies a node number of zero, that node number is ignored, and does not become a part of the mesh data structure. That is the case for e.g. mixed triangular/quadrilateral meshes, where all elements specify 4 nodes, and triangular elements specifies the last node as zero.

Namespace:  DHI.Generic.MikeZero.DFS.mesh
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void Read(
	string filename
)

Parameters

filename
Type: SystemString
See Also