Interface MeXLineCell

  • All Superinterfaces:
    MiCell, MiLineCell

    public interface MeXLineCell
    extends MiLineCell
    Defines a cell of an extracted line mesh.

    A line cell is an edge element that connects adjacent nodes of a line mesh.

    • Method Detail

      • getLength

        double getLength​(MiGeometryI meshGeometry)
        Gets the length of the cell.

        This method is not used by extraction classes.

        Parameters:
        meshGeometry - the geometry of the mesh used to retrieve the node coordinates of this cell
        Returns:
        the length of this cell