Click or drag to resize
MiTopologyI 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.36.0.Release.9ccfd3bbc
Syntax
[ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")]
public interface MiTopologyI : MiTopology

The MiTopologyI type exposes the following members.

Methods
  NameDescription
Public methodGetCellName Obsolete.
Returns the name of the cell at the specified position.
Public methodIsDead
Returns
true
if the cell of index i should be ignored. This value is ignored if the
hasDeadCell
method returns
false
.
Top
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.

(Inherited from MiTopology.)
Public propertyNumCells
Returns the number of cells of this topology.
Public propertyTimeStamp
Returns for this topology a unique time stamp across all topologies in the application.
(Inherited from MiTopology.)
Top
Remarks
List of cells interface.

A generic interface for an implicit mesh topology.

See Also