Click or drag to resize
MiTopologyIjk 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 MiTopologyIjk : MiTopology

The MiTopologyIjk type exposes the following members.

Methods
  NameDescription
Public methodGetCellName Obsolete.
Returns the name of the cell at the specified position.
Public methodIsDead
Returns
true
if the cell at the specified position should be ignored. This value is ignored if the
hasDeadCell
method returns
false
.
Top
Properties
  NameDescription
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 propertyNumCellsI
Returns the number of cells on the first logical axis.
Public propertyNumCellsJ
Returns the number of cells on the second logical axis.
Public propertyNumCellsK
Returns the number of cells on the third logical axis.
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 a structured implicit volume mesh topology. Cells are all implicitly defined as hexahedron so there is no need for specifying a list of cells.
The number of cells on each dimension defines completely the topology.

See Also