Commands  ›  Architecture / FF&E  ›  Architecture Place Furniture In Selected Rooms Per Furniture Spec

Architecture Place Furniture In Selected Rooms Per Furniture Spec

Architecture / FF&E writes to model Public API · not yet exposed

Coming soon

Before you run this

Furniture spec defined for the project (Room Type → furniture set, count, layout). Furniture families loaded. Selected rooms have a Room Type / Department parameter set.

After it runs

Furniture family instances placed inside each selected room per the spec, with rotation set to face the dominant room axis; room reference + furniture-spec source written on each instance.

When to use this

Don't use this when

Bespoke FF&E layouts (those need the interior designer's hand), rooms without a Room Type set, or commercial kitchens / industrial spaces that don't fit the spec model.

Decision flow

1. Read each selected room's Room Type / Department.
2. Look up the furniture spec entry (set of families, count per room, layout pattern).
3. Find the room's dominant axis and walls clear of doors / windows.
4. Place each furniture family in one Transaction at the laid-out positions and rotations.
5. Report families placed per room and any rooms skipped (no spec entry, no clear wall).

What you'll see in the chat

on start
I'll place furniture in those rooms against the project furniture spec now.
thinking
Reading each room's type and arranging furniture inside the boundary.
on success
Done — {n_placed} furniture instances placed across {n_rooms} rooms per the spec.
on failure
Couldn't place the furniture: {error}.

REST API

Not yet exposed

This command does not carry a [RestApi] attribute today. Once tagged, this section will auto-populate with:

  • POST /api/v1/commands/architecture_place_furniture_in_selected_rooms_per_furniture_spec
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

place furniture · FF&E layout · room furniture · furniture spec · CAT-A furniture

PillarArchitecture / FF&E