Click or drag to resize
PbGrid2DGetCellIndices Method

Calculates indices i,j that verify cell_index = i*(num_y-1) + j.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void GetCellIndices(
	int cell_index,
	out int i,
	out int j
)

Parameters

cell_index
Type: SystemInt32
i
Type: SystemInt32
j
Type: SystemInt32
Remarks