Package com.openinventor.meshvizxlm.mesh
package com.openinventor.meshvizxlm.mesh
Provides interfaces for meshes definition.
This package provides interfaces for line, surface and volume meshes.
Unstructured volume mesh (MiVolumeMeshUnstructured),
IJK hexahedron volume mesh (MiVolumeMeshHexahedronIjk) and
unstructured surface mesh (MiSurfaceMeshUnstructured)
can be used as input meshes.
Line meshes (MiLineMeshCurvilinear,
MiLineMeshUnstructured) and
curvilinear surface mesh (MiSurfaceMeshCurvilinear)
defines meshes resulting of an extraction.
-
ClassDescriptionHint about coordinates organization in a hexahedron cell.Defines a dimension in a one, two, or three-dimensional array.Curvilinear Line mesh interface.MiLineMeshUnstructured<C extends MiLineCell,
T extends MiLineTopologyExplicitI<C>, G extends MiGeometryI> Unstructured Line mesh interface.Base mesh interface.MiMeshIj<T extends MiTopologyIj>IJ surface mesh interface.MiMeshIjk<T extends MiTopologyIjk>IJK volume mesh interface.MiMeshUnstructured<G extends MiGeometryI>Unstructured mesh interface.I Unstructured mesh interface.Curvilinear surface mesh interface.MiSurfaceMeshUnstructured<C extends MiSurfaceCell,T extends MiSurfaceTopologyExplicitI<C>, G extends MiGeometryI> Unstructured surface mesh interface.IJK Hexahedron volume mesh interface.MiVolumeMeshUnstructured<C extends MiVolumeCell,T extends MiVolumeTopologyExplicitI<C>, G extends MiGeometryI> Unstructured volume mesh interface.Non Indexed Hexahedron mesh IJK abstract interface.Hint about data organization in memory for IJ surface mesh.Hint about data organization in memory for IJK volume mesh.