Interface MeXGeometryIj
-
- All Superinterfaces:
MeXGeometry
,MiGeometry
,MiGeometryIj
public interface MeXGeometryIj extends MiGeometryIj, MeXGeometry
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getSizeI()
Returns the number of points along the first logical axis in this geometry.long
getSizeJ()
Returns the number of points along the second logical axis 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.MiGeometryIj
getCoord
-
-