MiTopologyIjIsDead 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(
long i,
long j
)
Function IsDead (
i As Long,
j As Long
) As Boolean
bool IsDead(
long long i,
long long j
)
abstract IsDead :
i : int64 *
j : int64 -> bool
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
if the cell should be ignored
See Also