Commands  ›  Architecture / Schedules  ›  Architecture Create Window Schedule For Project

Architecture Create Window Schedule For Project

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

Coming soon

Before you run this

Windows placed throughout the project with type / glazing / U-value / opening parameters populated. Project schedule template configured for windows.

After it runs

One ScheduleView named "Window Schedule — {Project}" with the project's standard fields, formatting and grouping; ready to drop on a sheet.

When to use this

Don't use this when

Curtain wall panels (different routine), one-off filtered schedules, or schemes where windows live in a linked architectural model only.

Decision flow

1. Read every Window instance + every Window Type in the project.
2. Read the project's standard window-schedule field list and grouping rule.
3. Create a new ScheduleView and attach the fields and grouping.
4. Apply the project formatting (header style, banding, alignment) in one Transaction.
5. Report the schedule view id and the window / type counts covered.

What you'll see in the chat

on start
I'll create the project window schedule now.
thinking
Reading the project schedule template and adding the standard fields and grouping.
on success
Done — window schedule created. {n_windows} windows, {n_types} types covered.
on failure
Couldn't create the window schedule: {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_window_schedule_for_project
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

window schedule · glazing schedule · project schedule · drawing production · schedule template

PillarArchitecture / Schedules