Click or drag to resize
MiHexahedronTopologyExplicitIjk Properties

The MiHexahedronTopologyExplicitIjk type exposes the following members.

Properties
  NameDescription
Public propertyBeginNodeId
Returns the first node id used by this topology.
Public propertyEndNodeId
Returns the last node id + 1 used by this topology.
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.
(Inherited from MiTopologyIjk.)
Public propertyNumCellsJ
Returns the number of cells on the second logical axis.
(Inherited from MiTopologyIjk.)
Public propertyNumCellsK
Returns the number of cells on the third logical axis.
(Inherited from MiTopologyIjk.)
Public propertyTimeStamp
Returns for this topology a unique time stamp across all topologies in the application.
(Inherited from MiTopology.)
Top
See Also