Click or drag to resize
PbRegularCartesianGrid2D Constructor (Int32, Int32, Single, Single, Single, Single)
Calls PbRegularCartesianGrid2D(num_x, num_y, x_min, y_min, x_max, y_max, true).

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public PbRegularCartesianGrid2D(
	int num_x,
	int num_y,
	float x_min,
	float y_min,
	float x_max,
	float y_max
)

Parameters

num_x
Type: SystemInt32
num_y
Type: SystemInt32
x_min
Type: SystemSingle
y_min
Type: SystemSingle
x_max
Type: SystemSingle
y_max
Type: SystemSingle
Remarks