Commands  ›  General  ›  Pin All Grids

Pin All Grids

General writes to model Public API · not yet exposed

Coming soon

Before you run this

Active document must be open with at least one grid in an open workset.

After it runs

All host grids on open worksets are pinned. Linked and closed-workset grids unchanged.

When to use this

Don't use this when

Pinning linked model grids (not possible from host). Unpinning grids (separate command).

Returns

NameTypeDescription
PinnedintNumber of grids pinned
AlreadyPinnedintNumber already pinned
ResultstringSummary message

What you'll see in the chat

on start
Pinning all grids on open worksets...
Locking grids in place...
thinking
Collecting grids from open worksets...
Pinning unpinned grids...
on success
Pinned {Pinned} grid(s). {AlreadyPinned} already pinned.
on failure
Failed to pin grids: {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/pin_all_grids
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

pin all grids · pin grids · lock grids · freeze grids · secure grids
Patterns: pin all grids · pin * grids · lock * grids

PillarGeneral