Note: This API is now obsolete.
IJK volume mesh interface.
Namespace: OIV.MeshVizXLM.MeshAssembly: 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
<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>
Public Interface MiMeshIjk(Of T As {Class, MiTopologyIjk})
Inherits MiMesh
[ObsoleteAttribute(L"MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")]
generic<typename T>
where T : ref class, MiTopologyIjk
public interface class MiMeshIjk : MiMesh
[<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>]
type MiMeshIjk<'T when 'T : not struct and MiTopologyIjk> =
interface
interface MiMesh
end
Type Parameters
- T
- the type of the mesh topology
The MiMeshIjkT type exposes the following members.
Properties
| Name | Description |
---|
 | Topology | 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:
,
and
.
See Also