Commands  ›   ›  Sheet Set Up External

Sheet Set Up External

writes to model Public API · not yet exposed

Coming soon

Before you run this

Active document must be open with MEP elements. At least one level must exist in the model. Titleblocks must be loaded in the project.

After it runs

Sheets are created for each selected service type. Views are created and placed on sheets with appropriate layouts. Statistics are displayed showing what was created/reused.

When to use this

Don't use this when

Not for autonomous AI execution. This command requires interactive Revit UI input (dialogs, picks, or manual confirmation).

Returns

NameTypeDescription
SheetsCreatedList<ViewSheet>List of sheets that were created
ViewsCreatedList<View>List of views that were created
StatisticsSetupStatisticsDetailed statistics of the operation

Decision flow

check: document.isValid → proceed
check: levels.count > 0 → proceed
check: titleblocks.count > 0 → proceed
action: detectServices → showServiceSelectionDialog
action: userSelectsServices → createSheetsAndViews

What you'll see in the chat

on start
Starting MEP sheet setup workflow...
Preparing to auto-generate MEP sheets and views...
thinking
Detecting primary levels and existing sheets...
Inferring sheet naming patterns...
Creating sheets and placing views...
Applying view templates and scope boxes...
on success
Sheet setup complete — {SheetsCreated} sheets, {ViewsCreated} views created.
on failure
Sheet setup failed: {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/sheet_set_up_external
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

sheet setup · MEP sheets · auto sheets · create all sheets · MEP documentation · sheet generator · setup sheets
Patterns: setup * sheets · create * MEP * sheets · generate * sheets · auto * sheet * setup · sheet * setup

Related commandsCreateSectionFromGridlineCommand · CreateSectionForCorridorCommand · CreateRoomElevationViewsCommand
Pillar