Returns
if the cell of index i 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
SyntaxFunction IsDead (
i As Long
) As Boolean
bool IsDead(
long long i
)
abstract IsDead :
i : int64 -> bool
Parameters
- i
- Type: SystemInt64
the index of the cell to check
Return Value
Type:
Boolean
if the i-th cell should be ignored
See Also