I have a set of walls (just created some randomly) and I want to create a line parallel to each wall using dynamo instead of doing each one manually.
I believe these nodes should help you get started.
Element.location.
Polycurve.FromCurves.
Curve.Offset.
Try something with them and post what you get and the community will help as we can.
1 Like
Small correction here @jacob.small “Polycurve.ByJoinedCurves”. There is no node called Polycurve.FromCurves.
@yragab7 Here is what @jacob.small was trying to explain.
1 Like
Ah so close!
Good catch @Kulkul
Thank you very much. I’ll try it now.