execute_grasshopper_code
Execute Python code for Grasshopper modeling, save the script to a specified file path, and retrieve execution results.
Instructions
Execute given Python code.
Args: code: The given code to execute file_path: Path where the generated code will be saved
Returns: Result of the executing code
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| file_path | Yes |