| 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.38.0.Release.3bef1a09f
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