Commands  ›  Architecture / Doors and Windows  ›  Architecture Place Doors In Selected Walls Per Door Spec

Architecture Place Doors In Selected Walls Per Door Spec

Architecture / Doors and Windows writes to model Public API · not yet exposed

Coming soon

Before you run this

Walls selected with rooms placed both sides. Project door spec defined (room-pair → door type, hardware set, fire rating, offset). Door families loaded.

After it runs

One Door instance per selected wall placed at the configured offset, with type / hardware set / fire rating set per the spec; rooms automatically captured as room-from / room-to.

When to use this

Don't use this when

External doors (different routine), curtain wall openings (use curtain wall door routine), or walls without rooms placed both sides.

Decision flow

1. For each selected wall, identify the room pair (host room + adjacent room).
2. Look up the door spec for that room pair (type, hardware set, fire rating, offset).
3. Place a Door instance on the wall at the configured offset.
4. Set the type, hardware set, fire rating and verify rooms are captured both sides, in one Transaction.
5. Report doors placed per room pair and any walls skipped (no room pair, no spec entry).

What you'll see in the chat

on start
I'll place doors in those walls against the project door spec now.
thinking
Reading each wall's room pair and looking up the matching door type + hardware set.
on success
Done — {n_placed} doors placed across {n_walls} walls per the door spec.
on failure
Couldn't place the doors: {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_doors_in_selected_walls_per_door_spec
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

place doors per spec · door schedule placement · room-pair doors · door type spec · hardware set

PillarArchitecture / Doors and Windows