Interface MiVec3dSetI

  • All Superinterfaces:
    MiDataSet, MiDataSetI
    All Known Subinterfaces:
    MeXVec3dSetI

    public interface MiVec3dSetI
    extends MiDataSetI
    Vector set interface for unstructured meshes.

    An interface for a vector set usable in any extract of an unstructured mesh.

    • Method Detail

      • get

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