This is one of my first real attempts in Dynamo, so I'm sure I'm missing something obvious here. We currently do exit paths as line-based model object, and the lengths are all reported via schedule on our CA sheets. I'm trying to put something together that will total the length of each segment and push that total back to all segments of the path so they can be tagged on the plan directly. That part I got to work. The second step I'm trying to do is have it check against a max path to turn violations red. This only seems to work if I run the graph twice. The first time updates the total length and the second time checks against the max travel and changes the colors. I'd like to make this all happen in one pass. Can anyone tell me what I'm doing wrong?
For what it's worth as the final step, I'd like to get the paths to pull the max travel distance from an area plan, but I'm not there yet. I'm using nurse call devices as the category because we don't do any healthcare and I wanted a category I could turn off in all non CA views.
Thanks for any help!
For what it's worth as the final step, I'd like to get the paths to pull the max travel distance from an area plan, but I'm not there yet. I'm using nurse call devices as the category because we don't do any healthcare and I wanted a category I could turn off in all non CA views.
Thanks for any help!
Comment