MiTopologyIjkIsDead Method |
Returns
if the cell at the specified position should be
ignored. This value is ignored if the
method returns
.
Namespace: OIV.MeshVizXLM.Mesh.TopologyAssembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
Syntaxbool IsDead(
int i,
int j,
int k
)
Function IsDead (
i As Integer,
j As Integer,
k As Integer
) As Boolean
bool IsDead(
int i,
int j,
int k
)
abstract IsDead :
i : int *
j : int *
k : int -> bool
Parameters
- i
- Type: SystemInt32
the i-index of the cell to check - j
- Type: SystemInt32
the j-index of the cell to check - k
- Type: SystemInt32
the k-index of the cell to check
Return Value
Type:
Boolean
if the cell should be ignored.
See Also