Skip to main content

unstructured-tet-grid

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

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.

See also:

Properties

unstructured-tet-grid (v1.3.0)

An unstructured tetrahedral 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
tetrahedratetrahedraThe tetrahedra of the unstructured grid.

Legend

FlagDescription
⬆️Inherited property
Required property