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: 19.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