Click or drag to resize
PbGrid2DGetDim Method

Gets the dimensions num_x, num_y of the grid.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void GetDim(
	out int num_x,
	out int num_y
)

Parameters

num_x
Type: SystemInt32
num_y
Type: SystemInt32
Remarks