Click or drag to resize
PbCartesianGrid3D Constructor (Int32, Int32, Int32, Single, Single, Single)
Calls PbCartesianGrid3D(num_x, num_y, num_z, xnod, ynod, znod, true).

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public PbCartesianGrid3D(
	int num_x,
	int num_y,
	int num_z,
	float[] xnod,
	float[] ynod,
	float[] znod
)

Parameters

num_x
Type: SystemInt32
num_y
Type: SystemInt32
num_z
Type: SystemInt32
xnod
Type: SystemSingle
ynod
Type: SystemSingle
znod
Type: SystemSingle
Remarks