Curtain colliding on rail, Kangaroo

hello im trying to create something like this curtain colliding with the rail , ive trying soft body collide, it didnt work ? also tried solid point collide , it didnt work


curtain_rail2.gh (25.0 KB)

Could be done like this…

A small detail: you can use a Show component to feed the mesh into the solver. I usually put it into path 0;0 and this allows retrieving just the mesh after the solver.

curtain_rail2 box collision.gh (41.5 KB)

Using a box instead of just a cylindrical solid helps to avoid vertices falling through…

1 Like

amazing , thank you so so much!

1 Like