Interface MeXGeometryIj

All Superinterfaces:
MeXGeometry, MiGeometry, MiGeometryIj

public interface MeXGeometryIj extends MiGeometryIj, MeXGeometry
Generic geometry interface for extracted structured surface meshes.

Generic geometry interface accessible via two indices. This type of geometry is typically used by extracted curvilinear surface mesh interfaces.

  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns the number of points along the first logical axis in this geometry.
    long
    Returns the number of points along the second logical axis in this geometry.

    Methods inherited from interface com.openinventor.meshvizxlm.meshextracted.geometry.MeXGeometry

    getMax, getMin

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

    getTimeStamp

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

    getCoord
  • Method Details

    • getSizeI

      long getSizeI()
      Returns the number of points along the first logical axis in this geometry.
      Returns:
      the number of points
    • getSizeJ

      long getSizeJ()
      Returns the number of points along the second logical axis in this geometry.
      Returns:
      the number of points