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.
-
Interface Summary Interface Description MiLineMeshCurvilinear<T extends MiTopologyI,G extends MiGeometryI> Curvilinear Line mesh interface.MiLineMeshUnstructured<C extends MiLineCell,T extends MiLineTopologyExplicitI<C>,G extends MiGeometryI> Unstructured Line mesh interface.MiMesh 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.MiMeshUnstructuredI<C extends MiCell,T extends MiTopologyExplicitI<C>,G extends MiGeometryI> I Unstructured mesh interface.MiSurfaceMeshCurvilinear<T extends MiTopologyIj,G extends MiGeometryIj> Curvilinear surface mesh interface.MiSurfaceMeshUnstructured<C extends MiSurfaceCell,T extends MiSurfaceTopologyExplicitI<C>,G extends MiGeometryI> Unstructured surface mesh interface.MiVolumeMeshHexahedronIjk<T extends MiHexahedronTopologyExplicitIjk,G extends MiGeometryI> IJK Hexahedron volume mesh interface.MiVolumeMeshUnstructured<C extends MiVolumeCell,T extends MiVolumeTopologyExplicitI<C>,G extends MiGeometryI> Unstructured volume mesh interface.MiVolumeMeshVertexHexahedronIjk<T extends MiTopologyIjk,G extends MiGeometryHexahedronIjk> Non Indexed Hexahedron mesh IJK abstract interface. -
Enum Summary Enum Description CellStorageLayout Hint about coordinates organization in a hexahedron cell.Dimension Defines a dimension in a one, two, or three-dimensional array.StorageLayoutIJ Hint about data organization in memory for IJ surface mesh.StorageLayoutIJK Hint about data organization in memory for IJK volume mesh.