building.get_options
Overview
- [Build Mode Only] Returns all build mode option states as JSON.
Metadata
| Field | Value |
|---|---|
| Display | Get Build Options |
| Category | building |
| Access | Public |
| Scope | B1Standalone |
| Tags | — |
| Aliases | GetBuildOptions |
Parameters
- This command takes no parameters.
Returns
Returns a JSON object with the following fields:
| Field | Type | Required | Description |
|---|---|---|---|
free_location | bool | yes | Free object placement without snapping |
grid_snap | bool | yes | Snap objects to grid |
object_snap | bool | yes | Snap objects to other objects |
uniform_scaling | bool | yes | Scale all axes uniformly |
smart_guide | bool | yes | Show smart alignment guides |
delete_mode | bool | yes | Delete mode enabled |
continuous_placement | bool | yes | Place objects continuously |
Usage
await inzoi.cli.execute('building.get_options');
Back to Command FinderSearch and filter all 318 CLI documents