Interface MiLineMeshUnstructured<C extends MiLineCell,T extends MiLineTopologyExplicitI<C>,G extends MiGeometryI>

Type Parameters:
C - the type of cells
T - the type of the mesh topology
G - the type of the mesh geometry
All Superinterfaces:
MiMesh, MiMeshUnstructured<G>, MiMeshUnstructuredI<C,T,G>
All Known Subinterfaces:
MeXLineMeshUnstructured<C,T,G>
All Known Implementing Classes:
MeXLineMeshFromPolyhedralMesh

public interface MiLineMeshUnstructured<C extends MiLineCell,T extends MiLineTopologyExplicitI<C>,G extends MiGeometryI> extends MiMeshUnstructuredI<C,T,G>
Unstructured Line mesh interface.

This interface defines an unstructured line mesh. This is a list of MiLineCell segments.