Skip to main content

geometry-part

schema/components/geometry-part/1.0.1/geometry-part.schema.json

The geometry-part component describes a named part within a composite geometry, associating a section of shared geometry with metadata.

  • key — A unique identifier for the part.
  • name — A display name.
  • data_source — An optional link to a related geoscience object.
  • feature — The geological feature type.
  • transform — An optional spatial transform.
  • bounding_box — The bounding box of this part.
  • layer — An optional layer index.
  • color — An optional display colour.
  • geometry — Indices defining which elements of the parent geometry belong to this part.

See Understanding parts for more context.

Used by: design-geometry.

Properties

geometry-part (v1.0.1)

This component describes a geometry part.

PropertyTypeDescriptionFlags
keyStringUnique identifier of the geometry part.
nameStringName.
data_sourceStringData source.
featuregeometry-partGeometry part feature.
transformArray[Number]4x4 transformation matrix flattened in row-major order.
bounding_boxbounding-boxBounding box of the geometry part.
layerStringGeometry part layer.
colorcolorGeometry part color.
geometrygeometry-partAnother part in the geometry or a geometry composite.

Legend

FlagDescription
⬆️Inherited property
Required property

What is the reason for your feedback?