| MeshBuilderSetNodes Method (Double, Double, Double, Int32) | 
            Set node coordinates and code.
            
 
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(
	double[] x,
	double[] y,
	double[] z,
	int[] code
)
Public Sub SetNodes ( 
	x As Double(),
	y As Double(),
	z As Double(),
	code As Integer()
)
public:
void SetNodes(
	array<double>^ x, 
	array<double>^ y, 
	array<double>^ z, 
	array<int>^ code
)
member SetNodes : 
        x : float[] * 
        y : float[] * 
        z : float[] * 
        code : int[] -> unit 
Parameters
- x
 - Type: SystemDouble
 - y
 - Type: SystemDouble
 - z
 - Type: SystemDouble
 - code
 - Type: SystemInt32
 
See Also