hexahedrons
schema/components/hexahedrons/1.2.0/hexahedrons.schema.json
The hexahedrons component defines a set of hexahedral (brick) cells by their vertices and connectivity.
vertices— An array of 3D coordinates.indices— An index array of 8-tuples defining hexahedral cells. Indices are 0-based.
Used by: unstructured-hex-grid.
See also: triangles, quadrilaterals, tetrahedra, segments (other cell types).
Properties
hexahedrons (v1.2.0)
This component describes a set of hexahedrons.
| Property | Type | Description | Flags |
|---|---|---|---|
| vertices | hexahedrons | Vertex coordinates. Columns: x, y, z. | ✅ |
| indices | hexahedrons | 0-based indices into the vertices. Each row is a hexahedron. Columns: n0, n1, .., n7 | ✅ |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |