Click or drag to resize
MiTopologyIj Interface

Note: This API is now obsolete.

List of structured surface 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 MiTopologyIj : MiTopology

The MiTopologyIj 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 propertyTimeStamp
Returns for this topology a unique time stamp across all topologies in the application.
(Inherited from MiTopology.)
Top
Remarks
List of structured surface cells interface.

A generic interface for a structured implicit surface mesh topology.
Cells are all implicitly defined as quadrangles so there is no need for specifying a list of cells.
The number of cells on each dimension defines completely the topology.

See Also