Skip to main content

unstructured-grid

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

Represents an unstructured grid where cells can have arbitrary shapes and sizes.

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 geometry attribute, which defines the spatial layout of the grid, including the coordinates of the vertices and the connectivity between them to form cells.

vertices - Table of 3D coordinates (x,y,z) cells- Table of cell descriptions. Each entry is an array of triples. The first item in the triple represents the shape, second item is an offset to the indices array and the third item is the number of vertices for the shape. Columns: shape, offset, num_vertices.". See Cell Type Geometry.

See also:

Properties

unstructured-grid (v1.3.0)

An unstructured 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
geometryunstructured-grid-geometryThe geometry information of the unstructured grid.

Legend

FlagDescription
⬆️Inherited property
Required property