CellStorageLayout Enumeration |
Note: This API is now obsolete.
Hint about coordinates organization in a hexahedron cell.
Namespace: OIV.MeshVizXLM.MeshAssembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
Syntax[ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This enum class will be removed in the next major release.")]
public enum CellStorageLayout
<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This enum class will be removed in the next major release.")>
Public Enumeration CellStorageLayout
[ObsoleteAttribute(L"MeshVizXLM.NET is no longer supported. This enum class will be removed in the next major release.")]
public enum class CellStorageLayout
[<ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This enum class will be removed in the next major release.")>]
type CellStorageLayout
Members
| Member name | Value | Description |
---|
| I_MIN_FIRST | 0 | The vertices of each hexahedron are numbered as follows : |
| I_MAX_FIRST | 1 | The vertices of each hexahedron are numbered as follows : |
| J_MIN_FIRST | 2 | The vertices of each hexahedron are numbered as follows : |
| J_MAX_FIRST | 3 | The vertices of each hexahedron are numbered as follows : |
| K_MIN_FIRST | 4 | The vertices of each hexahedron are numbered as follows : |
| K_MAX_FIRST | 5 | The vertices of each hexahedron are numbered as follows : |
RemarksHint about coordinates organization in a hexahedron cell.
See Also