Face.setMetadata()

July 1, 2026 ยท View on GitHub

Writes metadata back to the owning solid by calling parentSolid.setFaceMetadata().

Usage

face.setMetadata({ tag: 'inspection' });

Signature

face.setMetadata(metadata)

Parameters

  • metadata (object) - Metadata to merge into the owning solid's face metadata for face.name.

Returns

Face - The same face object.

This is the convenient face-object wrapper around the solid metadata API.