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