Click or drag to resize
MeshBuilderSetNodes Method (Single, Single, Single, Int32)
Set node coordinates and code.

Coordinates are converted to doubles and stored.

Namespace: DHI.Generic.MikeZero.DFS.mesh
Assembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public void SetNodes(
	float[] x,
	float[] y,
	float[] z,
	int[] code
)

Parameters

x
Type: SystemSingle
y
Type: SystemSingle
z
Type: SystemSingle
code
Type: SystemInt32
See Also