Click or drag to resize
PbGrid3DGetNodeIndices Method

Calculates indices i,j,k that verify (i*num_y + j)*num_z + k.

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

Parameters

nod_index
Type: SystemInt32
i
Type: SystemInt32
j
Type: SystemInt32
k
Type: SystemInt32
Remarks