All Superinterfaces:
MiGeometry
All Known Subinterfaces:
MeXGeometryI, MeXGeometryIj

public interface MeXGeometry extends MiGeometry
Extracted geometry interface.

An interface for an extracted geometry with boundaries (min and max).

  • Method Summary

    Modifier and Type
    Method
    Description
    double[]
    Returns the maximum {x,y,z} values of this geometry.
    double[]
    Returns the minimum {x, y, z} values of this geometry.

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

    getTimeStamp
  • Method Details

    • getMin

      double[] getMin()
      Returns the minimum {x, y, z} values of this geometry.
      Returns:
      an array containing the minimum x, y and z values of this geometry
    • getMax

      double[] getMax()
      Returns the maximum {x,y,z} values of this geometry.
      Returns:
      an array containing the maximum x, y and z values of this geometry