| MeshBuilderSetNodes Method (Single, Single, Single, Int32) | 
            Set node coordinates and code.
            
            Coordinates are converted to doubles and stored.
            
 
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 void SetNodes(
	float[] x,
	float[] y,
	float[] z,
	int[] code
)
Public Sub SetNodes ( 
	x As Single(),
	y As Single(),
	z As Single(),
	code As Integer()
)
public:
void SetNodes(
	array<float>^ x, 
	array<float>^ y, 
	array<float>^ z, 
	array<int>^ code
)
member SetNodes : 
        x : float32[] * 
        y : float32[] * 
        z : float32[] * 
        code : int[] -> unit 
Parameters
- x
 - Type: SystemSingle
 - y
 - Type: SystemSingle
 - z
 - Type: SystemSingle
 - code
 - Type: SystemInt32
 
See Also