Commands  ›  Architecture / Reports  ›  Architecture Create Design Report For Architectural Model

Architecture Create Design Report For Architectural Model

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

Coming soon

Before you run this

Architectural model with rooms, doors, windows and grids placed. Project report template configured. Output folder picked or default report path set in user prefs.

After it runs

One PDF (and Word source) report written to the output folder containing every section the template defines; an audit row recorded for the issue.

When to use this

Don't use this when

MEP-specific reports (use the matching MEP report command), validation checks (use the QA Manager) or live dashboards — those are real-time.

Decision flow

1. Read rooms, doors, windows and grids from the active model.
2. Compute area metrics (GIA / NIA / GFA) and group rooms by Department.
3. Load the project report template (Word) and substitute every named placeholder.
4. Render the report as PDF + keep the Word source.
5. Record the issue in the audit trail; return the file paths.

What you'll see in the chat

on start
I'll build the architectural design report from the model now.
thinking
Reading rooms, areas and door / window schedules.
Filling the template and rendering the PDF.
on success
Done — design report written to {report_path}. {n_rooms} rooms, {gia} m² GIA covered.
on failure
Couldn't build the design report: {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_design_report_for_architectural_model
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

architectural design report · GIA report · room schedule report · design stage report · project report

PillarArchitecture / Reports