Click or drag to resize
PbRegularCartesianGrid2D Constructor (Int32, Int32, PbRegularCartesianGrid2D)

Constructor of a regular grid mesh, by refining the given other_mesh.

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,
	PbRegularCartesianGrid2D other_mesh
)

Parameters

num_x
Type: SystemInt32
num_y
Type: SystemInt32
other_mesh
Type: OIV.MeshViz.DataPbRegularCartesianGrid2D
Remarks