Click or drag to resize
MiTopologyIjkIsDead Method
Returns
true
if the cell at the specified position should be ignored. This value is ignored if the
hasDeadCell
method returns
false
.

Namespace: OIV.MeshVizXLM.Mesh.Topology
Assembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
Syntax
bool IsDead(
	int i,
	int j,
	int k
)

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
true
if the cell should be ignored.
See Also