Export the plan
export_planExport floor plans or 3D models to PDF, SVG, PNG, GLB, or OBJ files. Set PDF scale or fit-to-sheet; adjust PNG dimensions for output.
Instructions
Export to a file by extension: plan .pdf (A3; scale=50/100 or fit), .svg (true scale) or .png; 3D model .glb or .obj.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| h | No | `.png` only: height px (default 1200) | |
| w | No | `.png` only: width px (default 1600) | |
| path | Yes | Output file: `.pdf`, `.svg`, `.png`, `.glb` or `.obj` | |
| scale | No | PDF scale denominator (50 → 1:50); omitted fits the sheet |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| v | No | Plan version written to, when there are several | |
| ok | Yes | Always true | |
| ids | No | Ids created or touched | |
| rev | No | Plan revision | |
| text | Yes | The reply as written |