Interface MeXGeometryI
- All Superinterfaces:
MeXGeometry
,MiGeometry
,MiGeometryI
Generic geometry interface for extracted unstructured meshes.
Generic geometry interface accessible via one index. This type of geometry is typically used by extracted unstructured mesh interfaces.
-
Method Summary
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.MiGeometryI
getCoord
-
Method Details
-
getSize
long getSize()Returns the number of points in this geometry.- Returns:
- the number of points
-