Interface MiLineMeshCurvilinear<T extends MiTopologyI,​G extends MiGeometryI>

  • Type Parameters:
    T - the type of the mesh topology
    G - the type of the mesh geometry
    All Superinterfaces:
    MiMesh, MiMeshUnstructured<G>
    All Known Subinterfaces:
    MeXLineMeshCurvilinear<T,​G>

    public interface MiLineMeshCurvilinear<T extends MiTopologyI,​G extends MiGeometryI>
    extends MiMeshUnstructured<G>
    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.

    • Method Detail

      • getTopology

        T getTopology()
        Returns the topology of this mesh.
        Returns:
        the topology of this mesh