MiLineMeshUnstructuredC, T, G Interface |
Note: This API is now obsolete.
Unstructured Line 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 MiLineMeshUnstructured<C, T, G> : MiMeshUnstructuredI<C, T, G>,
MiMeshUnstructured<G>, MiMesh
where C : class, MiLineCell
where T : class, Object, MiLineTopologyExplicitI<C>
where G : class, MiGeometryI
<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>
Public Interface MiLineMeshUnstructured(Of C As {Class, MiLineCell}, T As {Class, Object, MiLineTopologyExplicitI(Of C)}, G As {Class, MiGeometryI})
Inherits MiMeshUnstructuredI(Of C, T, G), 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, MiLineCell
where T : ref class, Object, MiLineTopologyExplicitI<C>
where G : ref class, MiGeometryI
public interface class MiLineMeshUnstructured : MiMeshUnstructuredI<C, T, G>,
MiMeshUnstructured<G>, MiMesh
[<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")>]
type MiLineMeshUnstructured<'C, 'T, 'G when 'C : not struct and MiLineCell when 'T : not struct and Object and MiLineTopologyExplicitI<'C> when 'G : not struct and MiGeometryI> =
interface
interface MiMeshUnstructuredI<'C, 'T, 'G>
interface MiMeshUnstructured<'G>
interface MiMesh
end
Type Parameters
- C
- the type of cells
- T
- the type of the mesh topology
- G
- the type of the mesh geometry
The MiLineMeshUnstructuredC, T, G type exposes the following members.
Properties
Remarks
See Also