Face.renameFace()

July 1, 2026 ยท View on GitHub

Renames the underlying face label through the owning solid.

Usage

face.renameFace('SIDE_MAIN');

Signature

face.renameFace(newName)

Parameters

  • newName (string) - Destination face label.

Returns

undefined.

Behavior

Calls face.parentSolid.renameFace(face.name, newName).

Use this when interacting through a selected face object instead of the parent Solid.