Interface MiGeometryIj

  • All Superinterfaces:
    MiGeometry
    All Known Subinterfaces:
    MeXGeometryIj

    public interface MiGeometryIj
    extends MiGeometry
    Generic geometry interface for structured surface meshes.

    Generic geometry interface accessible via two indices. This type of geometry is typically used by curvilinear surface mesh interfaces.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double[] getCoord​(long i, long j)
      Returns the {x, y, z} coordinates at the specified position of this geometry.
    • Method Detail

      • getCoord

        double[] getCoord​(long i,
                          long j)
        Returns the {x, y, z} coordinates at the specified position of this geometry.
        Parameters:
        i - i-index of the coordinates to return
        j - j-index of the coordinates to return
        Returns:
        the {x, y, z} coordinates at the specified position