rhino_open_file
Open an existing Rhino 3DM model by providing its absolute file path, making the geometry available for editing and automation.
Instructions
Open an existing Rhino file.
Args:
controller: RhinoController instance.
file_path: Absolute path to the .3dm file to open.
Returns:
Dict with command result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |