Click or drag to resize
MiLineMeshCurvilinearT, G Interface

Note: This API is now obsolete.

Curvilinear 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 MiLineMeshCurvilinear<T, G> : MiMeshUnstructured<G>, 
	MiMesh
where T : class, MiTopologyI
where G : class, MiGeometryI

Type Parameters

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

The MiLineMeshCurvilinearT, G type exposes the following members.

Properties
Remarks
Curvilinear Line mesh interface.

This interface specifies a line defined by a list of points connected by edges forming a broken line.
Curvilinear Line meshes do not contain an explicit description for each cell as is the case for unstructured line meshes.

See Also