Click or drag to resize
MiTopologyIjIsDead 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(
	long i,
	long j
)

Parameters

i
Type: SystemInt64
i-index of the cell to check
j
Type: SystemInt64
j-index of the cell to check

Return Value

Type: Boolean
true
if the cell should be ignored
See Also