Interface MeXGeometry
-
- 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[]
getMax()
Returns the maximum {x,y,z} values of this geometry.double[]
getMin()
Returns the minimum {x, y, z} values of this geometry.-
Methods inherited from interface com.openinventor.meshvizxlm.mesh.geometry.MiGeometry
getTimeStamp
-
-
-
-
Method Detail
-
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
-
-