Execute Ezdxf Script
execute_ezdxf_scriptExecute custom ezdxf Python scripts to automate parametric drafting and calculations, with access to document, model space, and math functions. Assign results to a variable for direct output.
Instructions
Execute custom Python code using ezdxf for advanced parametric drafting or calculations.
Variables provided in scope: doc, msp, ezdxf, math, target_file, result.
Assign any final output message to variable result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_code | Yes | ||
| target_file | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||