MiVolumeTopologyExplicitIC Interface |
Note: This API is now obsolete.
Namespace: OIV.MeshVizXLM.Mesh.Topology
[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
The MiVolumeTopologyExplicitIC type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetCell | Returns a cell of this topology. (Inherited from MiTopologyExplicitIC.) |
![]() | GetCellName | Obsolete. Returns the name of the cell at the specified position. (Inherited from MiTopologyI.) |
![]() | IsDead |
Returns
(Inherited from MiTopologyI.)true hasDeadCell false |
Name | Description | |
---|---|---|
![]() | BeginNodeId | Returns the first node id used by this topology. (Inherited from MiTopologyExplicitIC.) |
![]() | EndNodeId | Returns the last node id + 1 used by this topology. (Inherited from MiTopologyExplicitIC.) |
![]() | HasDeadCells |
Returns
(Inherited from MiTopology.)true When false isDead |
![]() | NumCells | Returns the number of cells of this topology. (Inherited from MiTopologyI.) |
![]() | TimeStamp |
Returns for this topology a unique time stamp across all topologies in the
application.
(Inherited from MiTopology.) |
A generic interface for an unstructured explicit volume mesh topology.