MiMeshUnstructuredIC, T, G Interface |
Note: This API is now obsolete.
I Unstructured 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 MiMeshUnstructuredI<C, T, G> : MiMeshUnstructured<G>,
MiMesh
where C : class, MiCell
where T : class, Object, MiTopologyExplicitI<C>
where G : class, MiGeometryI
<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>
Public Interface MiMeshUnstructuredI(Of C As {Class, MiCell}, T As {Class, Object, MiTopologyExplicitI(Of C)}, G As {Class, MiGeometryI})
Inherits MiMeshUnstructured(Of G), MiMesh
[ObsoleteAttribute(L"MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")]
generic<typename C, typename T, typename G>
where C : ref class, MiCell
where T : ref class, Object, MiTopologyExplicitI<C>
where G : ref class, MiGeometryI
public interface class MiMeshUnstructuredI : MiMeshUnstructured<G>,
MiMesh
[<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>]
type MiMeshUnstructuredI<'C, 'T, 'G when 'C : not struct and MiCell when 'T : not struct and Object and MiTopologyExplicitI<'C> when 'G : not struct and MiGeometryI> =
interface
interface MiMeshUnstructured<'G>
interface MiMesh
end
Type Parameters
- C
- the type of the cells
- T
- the type of the mesh topology
- G
- the type of the mesh geometry
The MiMeshUnstructuredIC, T, G type exposes the following members.
Properties
Remarks
I Unstructured mesh interface.
This interface defines a generic unstructured mesh containing any type of
cells. An unstructured mesh I can be either a volume, a surface or a line.
See Also