Note: This API is now obsolete.
List of cells interface.
Namespace: OIV.MeshVizXLM.Mesh.TopologyAssembly: 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
<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>
Public Interface MiTopologyI
Inherits MiTopology
[ObsoleteAttribute(L"MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")]
public interface class MiTopologyI : MiTopology
[<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>]
type MiTopologyI =
interface
interface MiTopology
end
The MiTopologyI type exposes the following members.
Methods
| Name | Description |
---|
 | GetCellName | Obsolete. Returns the name of the cell at the specified position. |
 | IsDead |
Returns
if the cell of index i should be ignored. This value
is ignored if the
method returns
.
|
Top
Properties
| Name | Description |
---|
 | HasDeadCells |
Returns
if the topology contains dead cells.
When
, the cells traversal can be optimized by not testing the
method of each individual cells.
(Inherited from MiTopology.) |
 | NumCells | Returns the number of cells of this topology. |
 | TimeStamp |
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