run_grasshopper_definition
Run a Grasshopper definition (.gh file) to execute parametric models and generate outputs. Specify file path, save settings, and output location.
Instructions
Run a Grasshopper definition.
Args: file_path: Path to the .gh file (or None for current definition) save_output: Whether to save the output output_path: Path to save the output (if save_output is True)
Returns: Result of the operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No | ||
| save_output | No | ||
| output_path | No |