Commands  ›  QA Manager / Architecture  ›  Qa Manager Generate Architectural Qa Report

Qa Manager Generate Architectural Qa Report

QA Manager / Architecture writes to model Public API · not yet exposed

Coming soon

Before you run this

Architectural model loaded. QA Manager rule set for "Architectural" enabled. Output folder configured (or default report path set).

After it runs

One PDF report covering all enabled architectural rules, with pass / fail counts per category and a list of failing elements with element ids and links to the model.

When to use this

Don't use this when

MEP-specific QA (use the MEP report command), validation of linked structural model, or running individual rules (use QA Manager UI for that).

Decision flow

1. Load the enabled architectural rule set from QA Manager.
2. Walk the rules: rooms-have-required-parameters, corridor-widths, fire-rated-wall-continuity, door-clear-opening, orphan-elements.
3. Aggregate results per category (count passed, failed, failing element ids).
4. Render a PDF report showing the breakdown + a per-failure list.
5. Record the report in the audit trail; return the file path.

What you'll see in the chat

on start
I'll run the architectural QA over the active model and write the report.
thinking
Running room, corridor, fire-wall and door rules.
on success
Done — architectural QA report written to {report_path}. {n_passed} passed, {n_failed} failed across {n_rules} rules.
on failure
Couldn't run the architectural QA: {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/qa_manager_generate_architectural_qa_report
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

architectural QA · QA report · model audit · room QA · corridor width check · fire wall check

PillarQA Manager / Architecture