| MiLineTopologyExplicitIC 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 MiLineTopologyExplicitI<C> : MiTopologyExplicitI<C>, MiTopologyI, MiTopology where C : class, MiLineCell
The MiLineTopologyExplicitIC 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.)truehasDeadCell 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.)trueWhen falseisDead | |
| 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 unstructured line mesh topology.