Interface MiGeometryIj
-
- All Superinterfaces:
MiGeometry
- All Known Subinterfaces:
MeXGeometryIj
public interface MiGeometryIj extends MiGeometry
Generic geometry interface for structured surface meshes.Generic geometry interface accessible via two indices. This type of geometry is typically used by curvilinear surface mesh interfaces.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[]
getCoord(long i, long j)
Returns the {x, y, z} coordinates at the specified position of this geometry.-
Methods inherited from interface com.openinventor.meshvizxlm.mesh.geometry.MiGeometry
getTimeStamp
-
-