Commands  ›  Architecture / Drawing Production  ›  Architecture Apply Colour Filter Scheme To Rooms On View

Architecture Apply Colour Filter Scheme To Rooms On View

Architecture / Drawing Production writes to model Public API · not yet exposed

Coming soon

Before you run this

Active view is a plan / RCP. Rooms placed and the parameter the scheme keys off (Department / Room Type / Occupancy) is set on each room. Colour-fill schemes already defined in the project.

After it runs

Active view's colour-fill scheme set to the named scheme; legend updated; existing graphic overrides preserved.

When to use this

Don't use this when

Section / 3D views, project setup (use the colour-scheme creation command), or schemes with bespoke per-room overrides — those need V/G.

Decision flow

1. Confirm the active view is a plan / RCP that supports colour fill.
2. Read the named scheme (Department / Room Type / Occupancy / Custom) from the user input.
3. Resolve it to the matching ColorFillScheme element in the project.
4. Apply it to the active view in one Transaction.
5. Report the scheme applied and the room count covered.

What you'll see in the chat

on start
I'll apply the {scheme_name} colour scheme to this plan now.
thinking
Resolving the named scheme and assigning it to the active view.
on success
Done — {scheme_name} colour scheme applied to {room_count} rooms on this view.
on failure
Couldn't apply the colour scheme: {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_apply_colour_filter_scheme_to_rooms_on_view
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

colour scheme · room colour fill · departmental plan · fire strategy plan · room colouring

PillarArchitecture / Drawing Production