PbGrid3DGetCellIndices Method |
Calculates indices i,j,k that verify cell_index = (i*(num_y-1) + j)*(num_z-1) + k.
Namespace: OIV.MeshViz.DataAssembly: 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,
out int k
)
Public Sub GetCellIndices (
cell_index As Integer,
<OutAttribute> ByRef i As Integer,
<OutAttribute> ByRef j As Integer,
<OutAttribute> ByRef k As Integer
)
public:
void GetCellIndices(
int cell_index,
[OutAttribute] int% i,
[OutAttribute] int% j,
[OutAttribute] int% k
)
member GetCellIndices :
cell_index : int *
i : int byref *
j : int byref *
k : int byref -> unit
Parameters
- cell_index
- Type: SystemInt32
- i
- Type: SystemInt32
- j
- Type: SystemInt32
- k
- Type: SystemInt32
Remarks See Also