Commands  ›  Architecture / Rooms  ›  Architecture Create Corridor Between Two Walls

Architecture Create Corridor Between Two Walls

Architecture / Rooms writes to model Public API · not yet exposed

Coming soon

Before you run this

Two parallel walls selected on the active plan view. Active level set. Corridor Room Type / Department defined in the project standard.

After it runs

One Room placed between the selected walls with end walls auto-added if needed; Room Type set to corridor; tagged on the active plan.

When to use this

Don't use this when

Curved corridors (different routine), corridors that span more than two parallel walls, or buildings already roomed-out.

Decision flow

1. Confirm the active view is a plan and read the two walls.
2. Verify the walls are roughly parallel; project them onto the active level.
3. Add Room Separation lines (or short walls) to close the ends if needed.
4. Place a Room in the closed boundary, set Room Type and tag on the active plan, in one Transaction.
5. Report room id, area and tag location.

What you'll see in the chat

on start
I'll create a corridor between those two walls now.
thinking
Checking the walls are parallel and closing the ends with separation lines if needed.
on success
Done — corridor placed between the walls ({area} m², {length} m long).
on failure
Couldn't create the corridor: {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_create_corridor_between_two_walls
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

create corridor · corridor room · between walls · room from walls · CAT-A layout

PillarArchitecture / Rooms