Commands › General › Place Views In Sheet
Place Views In Sheet
Coming soon
Before you run this
Active view must be a ViewSheet. At least one unplaced view must exist.
After it runs
Selected views are placed as viewports on the active sheet.
When to use this
- User wants to populate a sheet with floor plans, sections, or details after creating them.
Don't use this when
Creating new views (use CreateSectionFromGridlineCommand etc.). Creating sheets (use CreateSheetCommand).
Inputs
| Name | Kind | Type | Required | Default | Description |
|---|---|---|---|---|---|
viewIds |
config | string |
no | null | Comma-separated view IDs to place |
layout |
config | string |
no | "single" | Layout strategy: single, row, or grid |
Returns
| Name | Type | Description |
|---|---|---|
PlacedCount | int | Number of views placed |
SheetNumber | string | Sheet number views were placed on |
Result | string | Summary message |
What you'll see in the chat
on start
Placing views onto the active sheet...
Adding selected views to the sheet...
Adding selected views to the sheet...
thinking
Checking active view is a sheet...
Finding views available for placement...
Resolving selected views...
Placing viewports on sheet...
Finding views available for placement...
Resolving selected views...
Placing viewports on sheet...
on success
Placed {PlacedCount} view(s) on sheet {SheetNumber}.
on failure
Failed to place views: {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/place_views_in_sheet- Request body schema (from
[RestApiParam]) - Response schema (from
[RestApiResponse]) - curl / JS / Python code examples
Keywords & intent patterns
place views · add views to sheet · populate sheet · place on sheet · viewport
Patterns: place * views in sheet · add * views to sheet · place views on sheet
Related
| Pillar | General |
|---|