Click or drag to resize
CellStorageLayout Enumeration

Note: This API is now obsolete.

Hint about coordinates organization in a hexahedron cell.

Namespace: OIV.MeshVizXLM.Mesh
Assembly: 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
Members
  Member nameValueDescription
I_MIN_FIRST0The vertices of each hexahedron are numbered as follows :
I_MAX_FIRST1The vertices of each hexahedron are numbered as follows :
J_MIN_FIRST2The vertices of each hexahedron are numbered as follows :
J_MAX_FIRST3The vertices of each hexahedron are numbered as follows :
K_MIN_FIRST4The vertices of each hexahedron are numbered as follows :
K_MAX_FIRST5The vertices of each hexahedron are numbered as follows :
Remarks
Hint about coordinates organization in a hexahedron cell.
See Also