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