load_part
Load a part from the library by name, optionally override its parameters, and set it as the current shape.
Instructions
Load a named part from the library into the session. name: part name from search_library. params: optional JSON object of parameter overrides e.g. '{"od": 8.0, "length": 20.0}' — unspecified params use their defaults. The part is registered as a named object and becomes current_shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| params | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |