Diagrid lines not straight

I went ahead and implemented the spiral intersection. It doesn’t look great.

Got the python spiral from @martinsiegrist here:

It’s one line of code:

a = rs.AddSpiral(point0, point1, pitch, turns, radius0, radius1)

I highlighted the most important parameters in blue groups:

Spiral intersection:

Fan intersection:


Tower 5_2023Sep20a.gh (548.1 KB)

2 Likes