Drape polylines on surface

Hi All,

Is there a component or a way to drape polylines on a chosen surface? And that it would be scalable to multiple surfaces with different heights?

Thank you for your help in advance!

Regards,

Jonas Blazinskas

Hi @jonas.blazinskas,

The Curve.PullOntoSurface or Surface.ProjectInputOnto nodes are probably what you need.

3 Likes

The Curve.PullOntoSurface seems to break with openings on surface and not create separate lines.

The Surface.ProjectInputOnto works perfectly tho. Thank you!