Skip to main content

Geoscience Objects

Version: 1.3.0
Supported

unstructured-hex-grid

schema/objects/unstructured-hex-grid/1.3.0/unstructured-hex-grid.schema.json

Key components:

  • hexahedrons — Hexahedral cell vertices and connectivity

See also: unstructured-grid (arbitrary cell shapes), unstructured-quad-grid (quadrilateral cells), unstructured-tet-grid (tetrahedral cells).

Overview

Represents an unstructured hexahedral grid where cells are hexahedrons.

The grid implements spatial properties including a coordinate reference system and bounding box in world coordinates.

The grid's data are all stored on the hexahedrons attribute, which defines the spatial layout of the grid, including the coordinates of the vertices and the connectivity between them to form hexahedral cells.

Properties

unstructured-hex-grid (v1.3.0)

An unstructured hexahedral grid.

PropertyTypeDescriptionFlags
nameStringName of the object.⬆️
uuidbase-object-propertiesIdentifier of the object.⬆️
descriptionStringOptional field for adding additional description to uniquely identify this object.⬆️
extensionsObjectExtended properties that may be associated to the object, but not specified in the schema⬆️
tagsObjectKey-value pairs of user-defined metadata⬆️
lineagelineageInformation about the history of the object⬆️
bounding_boxbounding-boxBounding box of the spatial data.⬆️
coordinate_reference_systemcrsCoordinate system of the spatial data⬆️
schemaString
hexahedronshexahedronsThe hexahedrons of the unstructured grid.

Legend

FlagDescription
⬆️Inherited property
Required property

What is the reason for your feedback?