MiTopologyHasDeadCells Property |
Returns
if the topology contains dead cells.
When
, the cells traversal can be optimized by not testing the
method of each individual cells.
Namespace: OIV.MeshVizXLM.Mesh.TopologyAssembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
Syntaxbool HasDeadCells { get; }
ReadOnly Property HasDeadCells As Boolean
Get
property bool HasDeadCells {
bool get ();
}
abstract HasDeadCells : bool with get
Property Value
Type:
Boolean
if the topology contains dead cells
See Also