Goodmorning everyone,
these days I tried to put rebar on a tunnel cap. I had a lot of problems during the insertion because its geometry varies both in height and in plan. So I thought of inserting the rebar by dividing the tunnel into blocks. To do this I would like to find a method that allows me to indicate the path by creating several segments. What do you suggest me to do?
To better understand what I mean, I attach a link.
Well there needs to be min. 1 Adaptive point in the family to place it through that node.
But for example for your tunnel blocks you would need two adaptive points inside the family.
And in dynamo you need lists which contain 2 points and feed that node with it.
(Notice that end point block 1 needs to be start point of block 2)
Now it works but I would like the family to follow a profile imported from road design software. The profile varies in the X, Y, Z coordinates. For this reason I would have preferred the select model element.
You can also use “select model element(s)” node. Try using @L2 at “Curve.PointatSegmentLength” and it should be working.
If not, show me the outcome in Revit and Dynamo.
I just showed you a Dynamo created line in my script because i have only Dynamo Sandbox. So cant select a Revit Curve.