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

Architecture Create Door Schedule For Project

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

Coming soon

Before you run this

Doors placed throughout the project with type / fire-rating / hardware set parameters populated. Project schedule template configured for doors.

After it runs

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

When to use this

Don't use this when

Per-discipline schedules, custom one-off filtered schedules, or schemes where doors are managed in a linked architectural model only.

Decision flow

1. Read every Door instance + every Door Type in the project.
2. Read the project's standard door-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 door / type counts covered.

What you'll see in the chat

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

Keywords & intent patterns

door schedule · project schedule · drawing production · schedule template · door issue

PillarArchitecture / Schedules