Detect geometry changes - access GUID data in between parenthesis?

I have made a street network composed of centrelines and offset the streets based on attribute values. Now, I want to create a procedural fillet by assigning a radius value to the corners where the streets intersect (which is at the discontinuities) To specify the radius of the corners, I plan to bake the discontinuous points so that I can add a radius attribute for the fillet. That way, I get an interactive road network tool.

Here is the proof of concept:

The most difficult part right now is to try to match the baked points with the points in Grasshopper, say I want to move a street. Right now, all my points get reset, because I haven’t worked on this yet.
Will split it off into a separate topic once I get to the matching work.

1 Like