Interface MeXGeometryIj
- All Superinterfaces:
MeXGeometry
,MiGeometry
,MiGeometryIj
Generic geometry interface for extracted structured surface meshes.
Generic geometry interface accessible via two indices. This type of geometry is typically used by extracted curvilinear surface 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.MiGeometryIj
getCoord
-
Method Details
-
getSizeI
long getSizeI()Returns the number of points along the first logical axis in this geometry.- Returns:
- the number of points
-
getSizeJ
long getSizeJ()Returns the number of points along the second logical axis in this geometry.- Returns:
- the number of points
-