Sheet Set Up External
Coming soon
Active document must be open with MEP elements. At least one level must exist in the model. Titleblocks must be loaded in the project.
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
- User wants to set up all MEP documentation sheets automatically.
- User has a new project and needs to create all standard MEP sheets.
- User wants to add sheets for additional MEP services to an existing project.
Not for autonomous AI execution. This command requires interactive Revit UI input (dialogs, picks, or manual confirmation).
Returns
| Name | Type | Description |
|---|---|---|
SheetsCreated | List<ViewSheet> | List of sheets that were created |
ViewsCreated | List<View> | List of views that were created |
Statistics | SetupStatistics | Detailed 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
Preparing to auto-generate MEP sheets and views...
Inferring sheet naming patterns...
Creating sheets and placing views...
Applying view templates and scope boxes...
REST API
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
| Related commands | CreateSectionFromGridlineCommand · CreateSectionForCorridorCommand · CreateRoomElevationViewsCommand |
|---|---|
| Pillar |