Interface MiGeometryI

  • All Superinterfaces:
    MiGeometry
    All Known Subinterfaces:
    MeXGeometryI

    public interface MiGeometryI
    extends MiGeometry
    Generic geometry interface for unstructured meshes.

    Generic geometry interface accessible via one index. This type of geometry is typically used by unstructured mesh interfaces.

    • Method Detail

      • getCoord

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