Click or drag to resize
PbParalCartesianGrid3D Constructor (Int32, Int32, Int32, Single, Single, Single, Boolean)

Constructor of a 3D parallel grid mesh.

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

Parameters

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

See also OIV.MeshViz.Data.PbMesh for more explanations about data duplication.

See Also