Click or drag to resize
MiTopology Interface

Note: This API is now obsolete.

List of cells interface.

Namespace: OIV.MeshVizXLM.Mesh.Topology
Assembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
Syntax
[ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")]
public interface MiTopology

The MiTopology type exposes the following members.

Properties
  NameDescription
Public propertyHasDeadCells
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.

Public propertyTimeStamp
Returns for this topology a unique time stamp across all topologies in the application.
Top
Remarks
List of cells interface.

A generic interface for a mesh topology.

See Also