set_connector_routing
Define or update connector routing by setting angle, locking, and optional waypoint coordinates for a stock-and-flow diagram.
Instructions
Set connector angle and/or explicit routing waypoints
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | No | Session-scoped model ID. Optional; defaults to the current model for this session. | |
| connector_uid | No | Connector UID. Optional if from_var+to_var uniquely identify a connector. | |
| from_var | No | Connector source variable name (used for lookup when connector_uid is omitted) | |
| to_var | No | Connector target variable name (used for lookup when connector_uid is omitted) | |
| angle | No | Connector angle in degrees | |
| angle_locked | No | Whether to preserve the explicit connector angle | |
| points_locked | No | Whether to preserve explicit connector waypoints | |
| points | No | Optional connector waypoint list |