Commands  ›  General  ›  Place Views In Sheet

Place Views In Sheet

General writes to model Public API · not yet exposed

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

Don't use this when

Creating new views (use CreateSectionFromGridlineCommand etc.). Creating sheets (use CreateSheetCommand).

Inputs

NameKindTypeRequiredDefaultDescription
viewIds config string no null Comma-separated view IDs to place
layout config string no "single" Layout strategy: single, row, or grid

Returns

NameTypeDescription
PlacedCountintNumber of views placed
SheetNumberstringSheet number views were placed on
ResultstringSummary message

What you'll see in the chat

on start
Placing views onto the active 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...
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

PillarGeneral