Geoscience Objects
Version: 1.3.0
Supported
unstructured-tet-grid
schema/objects/unstructured-tet-grid/1.3.0/unstructured-tet-grid.schema.json
Key components:
- tetrahedra — Tetrahedral cell vertices and connectivity
See also: unstructured-grid (arbitrary cell shapes), unstructured-hex-grid (hexahedral cells), unstructured-quad-grid (quadrilateral cells).
Overview
Represents an unstructured tetrahedral grid where cells are tetrahedrons.
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 tetrahedra attribute, which includes the coordinates and connectivity information between them to form tetrahedral cells.
Properties
unstructured-tet-grid (v1.3.0)
An unstructured tetrahedral grid.
| Property | Type | Description | Flags |
|---|---|---|---|
| name | String | Name of the object. | ⬆️ ✅ |
| uuid | base-object-properties | Identifier of the object. | ⬆️ ✅ |
| description | String | Optional field for adding additional description to uniquely identify this object. | ⬆️ |
| extensions | Object | Extended properties that may be associated to the object, but not specified in the schema | ⬆️ |
| tags | Object | Key-value pairs of user-defined metadata | ⬆️ |
| lineage | lineage | Information about the history of the object | ⬆️ |
| bounding_box | bounding-box | Bounding box of the spatial data. | ⬆️ ✅ |
| coordinate_reference_system | crs | Coordinate system of the spatial data | ⬆️ ✅ |
| schema | String | ✅ | |
| tetrahedra | tetrahedra | The tetrahedra of the unstructured grid. | ✅ |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |