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

Constructor of a 3D surface mesh.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public PbCartesianGrid2D(
	int num_x,
	int num_y,
	float[] x,
	float[] y,
	float[] z,
	bool is_data_duplicated
)

Parameters

num_x
Type: SystemInt32
num_y
Type: SystemInt32
x
Type: SystemSingle
y
Type: SystemSingle
z
Type: SystemSingle
is_data_duplicated
Type: SystemBoolean
Remarks

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

See Also