hi all, how can i superimpose straight lines onto a curve?
ive also attached my script just in case. tahnkas!
Single Span FSM (Curve).gh (55.2 KB)
hi all, how can i superimpose straight lines onto a curve?
ive also attached my script just in case. tahnkas!
Single Span FSM (Curve).gh (55.2 KB)
Hi,
I believe flow component is the solution to your challenge, see attached the light blue group with the solution I provide.
Basically you want to know your target curve length, and you can flow any geometry (I did it with your curves, but that could be the point if you prefer) from a reference curve (C0) to your target (C1) curve.
It is kind of working in a local “flat reference” and asking GH to deform your geometry from flat to 3D… If that makes sense ?
Single Span FSM (Curve) _ TGA.gh (63.5 KB)
bro, you are a legend. thank you!