Skip to main content

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.

PropertyTypeDescriptionFlags
verticeshexahedronsVertex coordinates. Columns: x, y, z.
indiceshexahedrons0-based indices into the vertices. Each row is a hexahedron. Columns: n0, n1, .., n7

Legend

FlagDescription
⬆️Inherited property
Required property

What is the reason for your feedback?