Click or drag to resize
MiMeshIjT Interface

Note: This API is now obsolete.

IJ surface mesh interface.

Namespace: OIV.MeshVizXLM.Mesh
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 MiMeshIj<T> : MiMesh
where T : class, MiTopologyIj

Type Parameters

T
the type of the mesh topology

The MiMeshIjT type exposes the following members.

Properties
  NameDescription
Public propertyTopology
Returns the topology of this mesh.
Top
Remarks
IJ surface mesh interface.

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

getNumCellsI()
, and
getNumCellsJ()
.

See Also