Create Drawing
create_drawingCreate a new blank DXF CAD file with specified version, units, and initial layers for architectural drafting.
Instructions
Create a new blank DXF CAD drawing file.
dxf_version: e.g. 'R2018', 'R2013', 'R2010', 'R2007', 'R2000'
units: 'mm', 'cm', 'm', 'in', 'ft', or 'unitless'
layers: optional list of initial layers, e.g. [{"name": "WALL", "color": 1, "linetype": "CONTINUOUS"}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| units | No | mm | |
| layers | No | ||
| file_path | Yes | ||
| dxf_version | No | R2018 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||