Placing Family

Hello. How can I place a family along a polycurve in Dynamo, ensuring that each instance is oriented outward and aligned at a parallel angle to the curve? Thanks

Hi @yaseminV2XL5 try normal at parameter, so you can get the right vector on the curved curves

1 Like

i dont have any family but something here maybe

1 Like

Hi @sovitek. it’s not working on me. Where am i going wrong ?

1 Like

Hi try join your curves

1 Like

It doesn’t work either.

have you joined the curves ? can you share a rvt with that family

1 Like

there are not polycurve. There are curve. I try it to share. Thanks

yeah but the issue is your curves dont have same direction i guess, so join them first and try an explode, but you are welcome to share for a test

1 Like

You are right. if it is Polycurve, your lines work. But my Curves dont work still.

V.rfa (680 KB)

1 Like

Yours are all consistently oriented inwards, which indicates they curve is going ‘backwards’ (in as much as a closed loop can go the wrong way) relative to your needs. Try adding a Curve.Reverse before you generate the coordinate systems.

2 Likes

yeah all what Jacob say :wink: ) thats the issue, here is another dirty way there probably could work as well…just a fast one…can be made much more elegant…but dont have time, and i just play around :wink: :wink:


testffff.dyn (54.8 KB)

1 Like

Hi @sovitek . It’s not as dirty as yours, but it’s still a different kind of dirty road.:grin:

Thank you @sovitek and @jacob.small . You really helped me solve the problem.

2 Likes