create_project
Initialize a Sweet Home 3D .sh3d project file with a name and dimensions in centimetres and degrees. Set up a basic floor plan with an optional four-wall rectangular footprint for subsequent editing.
Instructions
Create a .sh3d project. Lengths are in centimetres and rotations in degrees. The plan coordinate system uses y increasing downward. This tool does not create multi-level homes or add furniture beyond the optional 4-wall rectangle footprint. Example: create_project(project_path='house.sh3d', name='House', width=800, height=600)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| width | No | ||
| height | No | ||
| overwrite | No | ||
| wall_height | No | ||
| project_path | Yes | ||
| wall_thickness | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||