MiGeometryHexahedronIjk Interface |
Note: This API is now obsolete.
Namespace: OIV.MeshVizXLM.Mesh.Geometry
The MiGeometryHexahedronIjk type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetCellCoords | Returns the coordinates of the hexahedron (i,j,k) cell. |
![]() | GetCellStorageLayout | Hint about coordinates organization in a hexahedron cell. |
![]() | GetStorageLayout | Hint about coordinates organization in memory. |
Name | Description | |
---|---|---|
![]() | TimeStamp |
Returns for this geometry a unique time stamp across all geometries in the
application.
(Inherited from MiGeometry.) |
Generic geometry interface representing a 3D grid of hexahedron cells, where each hexahedron is defined explicitly with 8 independent coordinates. Each hexahedron is accessible via 3 indices (i,j,k).
This type of geometry is typically used by the MiVolumeMeshVertexHexahedronIjk interface.
The way the vertices of each hexahedron are numbered is indicated by the OIV.MeshVizXLM.Mesh.CellStorageLayout value (see GetCellStorageLayout() ).