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.13.0.Release.908d87e01
Syntax[ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")]
public interface MiTopology
<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>
Public Interface MiTopology
[ObsoleteAttribute(L"MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")]
public interface class MiTopology
[<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>]
type MiTopology = interface end
The MiTopology type exposes the following members.
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.
|
 | TimeStamp |
Returns for this topology a unique time stamp across all topologies in the
application.
|
Top
Remarks
List of cells interface.
A generic interface for a mesh topology.
See Also