Click or drag to resize
MiTopologyIIsDead Method
Returns
true
if the cell of index i 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
)

Parameters

i
Type: SystemInt64
the index of the cell to check

Return Value

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