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 Summary

    Modifier and Type
    Method
    Description
    double[]
    get(long i)
    Returns the vector at the specified position in this vector set.

    Methods inherited from interface com.openinventor.meshvizxlm.mesh.data.MiDataSet

    getBinding, getName, getTimeStamp
  • Method Details

    • 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