Drawing Settings (read / change)
drawing_settingsAdjust or view AutoCAD drawing settings such as units, dimension scale, and precision using friendly names, without memorizing system variable names.
Instructions
Read or change common AutoCAD drawing settings by friendly name.
A convenience facade over the system variables (INSUNITS, LUPREC, LTSCALE, DIMSCALE, TEXTSIZE, OSMODE, …) so the user can say "set units to mm and dimension scale to 1" without memorising sysvar names. Call with no argument to get a full snapshot of the current settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| settings | No | Omit to READ every setting; pass a dict to CHANGE them. Friendly keys: units (mm/cm/m/inch/feet), linear_precision, angular_precision, ltscale, dimscale, text_size, point_mode, point_size, osmode, fillet_radius. Example: {"units": "mm", "dimscale": 1.0, "linear_precision": 2}. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||