get-scene-dimensions
Retrieve a scene's canvas geometry including width, height, background rect, grid size, and rows/columns to calculate pixel positions for placeables.
Instructions
Read a scene's live PADDED-CANVAS geometry (by id or exact name): total width/height, the background rect within the padding (sceneX/sceneY/sceneWidth/sceneHeight), grid size/distance, and rows/columns. A scene insets its background by a padding border, so a placeable's canvas pixel is NOT just gridCell×size — use sceneX/sceneY to offset. Feeds the legend→pins cell→px math. Works on any scene (no need to activate it).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sceneIdentifier | Yes | Scene id or exact name. |