Click or drag to resize
MiVolumeTopologyExplicitIC Interface

Note: This API is now obsolete.

List of volume 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 MiVolumeTopologyExplicitI<C> : MiTopologyExplicitI<C>, 
	MiTopologyI, MiTopology
where C : class, MiVolumeCell

Type Parameters

C
the type of cells

The MiVolumeTopologyExplicitIC type exposes the following members.

Methods
  NameDescription
Public methodGetCell
Returns a cell of this topology.
(Inherited from MiTopologyExplicitIC.)
Public methodGetCellName Obsolete.
Returns the name of the cell at the specified position.
(Inherited from MiTopologyI.)
Public methodIsDead
Returns
true
if the cell of index i should be ignored. This value is ignored if the
hasDeadCell
method returns
false
.
(Inherited from MiTopologyI.)
Top
Properties
  NameDescription
Public propertyBeginNodeId
Returns the first node id used by this topology.
(Inherited from MiTopologyExplicitIC.)
Public propertyEndNodeId
Returns the last node id + 1 used by this topology.
(Inherited from MiTopologyExplicitIC.)
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.
(Inherited from MiTopologyI.)
Public propertyTimeStamp
Returns for this topology a unique time stamp across all topologies in the application.
(Inherited from MiTopology.)
Top
Remarks
List of volume cells interface.

A generic interface for an unstructured explicit volume mesh topology.

See Also