Click or drag to resize
MiMeshIjkT Interface

Note: This API is now obsolete.

IJK volume mesh interface.

Namespace: OIV.MeshVizXLM.Mesh
Assembly: 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 MiMeshIjk<T> : MiMesh
where T : class, MiTopologyIjk

Type Parameters

T
the type of the mesh topology

The MiMeshIjkT type exposes the following members.

Properties
  NameDescription
Public propertyTopology
Returns the topology of this mesh.
Top
Remarks
IJK volume mesh interface.

This interface defines an IJK volume mesh. All IJK meshes have a common topology interface to get the number of cells:

getNumCellsI()
,
getNumCellsJ()
and
getNumCellsK()
.

See Also