Hello, I'm late to the game on AA - very handy add-in! I have some simple data in a geometric network (one edge fc, one junction fc) and have configured some rules to populate values on my edge fc from the junction fc when creating a new edge or when a junction is updated. My DynamicValue table looks something like:
| Table | Field | Value Method | Value Info |
|---|
| Pipe | downstream_depth | TO_JUNCTION_FIELD | depth |
| Pipe | upstream_depth | FROM_JUNCTION_FIELD | depth |
| Chamber | depth | UPDATE_TO_EDGE_FIELD | downstream_depth |
| Chamber | depth | UPDATE_FROM_EDGE_FIELD | upstream_depth |
For the UPDATE_ methods, works great when a single edge is connected to a single junction, but in a case where two or more edges connect to one junction (a fork in the road), only one edge is updated automatically upon an edit. I can select the other edge(s) and manually run the rules from the toolbar and the edges are updated as expected. Using GN tools, I can see the junction knows it's connected to 3+ edges.
Is there a way to configure AA to auto-apply the UPDATE_TO/FROM_EDGE FIELD method to all edges connected to the junction?
Thanks in advance!