Interface MiVec3dSetIj

  • All Superinterfaces:
    MiDataSet, MiDataSetIj
    All Known Subinterfaces:
    MeXVec3dSetIj

    public interface MiVec3dSetIj
    extends MiDataSetIj
    Vector set interface for structured surface meshes.

    An interface for a vector set usable in any extract of a structured surface mesh.

    • Method Detail

      • get

        double[] get​(long i,
                     long j)
        Returns the vector at the specified position in this vector set.
        Parameters:
        i - i-index of the vector to return
        j - j-index of the vector to return
        Returns:
        the {x, y, z} values of the vector at the specified position