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 Summary

    Modifier and Type
    Method
    Description
    Returns the topology of this mesh.

    Methods inherited from interface com.openinventor.meshvizxlm.mesh.MiMeshUnstructured

    getGeometry
  • Method Details

    • getTopology

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