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