Click or drag to resize
MiTopologyHasDeadCells Property
Returns
true
if the topology contains dead cells.

When

false
, the cells traversal can be optimized by not testing the
isDead
method of each individual cells.

Namespace: OIV.MeshVizXLM.Mesh.Topology
Assembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
Syntax
bool HasDeadCells { get; }

Property Value

Type: Boolean
true
if the topology contains dead cells
See Also