Interface MeXGeometryI
-
- All Superinterfaces:
MeXGeometry
,MiGeometry
,MiGeometryI
public interface MeXGeometryI extends MiGeometryI, MeXGeometry
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getSize()
Returns the number of points 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.MiGeometryI
getCoord
-
-