Click or drag to resize
MiLineMeshUnstructured<C, T, G> Interface

Note: This API is now obsolete.

Unstructured Line 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 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

Type Parameters

C
the type of cells
T
the type of the mesh topology
G
the type of the mesh geometry

The MiLineMeshUnstructured< C, T, G> type exposes the following members.

Properties
Remarks
Unstructured Line mesh interface.

This interface defines an unstructured line mesh. This is a list of OIV.MeshVizXLM.Mesh.Cell.MiLineCell segments.

See Also