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

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

    Methods inherited from interface com.openinventor.meshvizxlm.mesh.geometry.MiGeometry

    getTimeStamp
  • Method Details

    • 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