Interface MeXGeometry
- All Superinterfaces:
MiGeometry
- All Known Subinterfaces:
MeXGeometryI
,MeXGeometryIj
Extracted geometry interface.
An interface for an extracted geometry with boundaries (min and max).
-
Method Summary
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
-