Hi community,
I’m stuck to run the sweep1 and have no idea why it doesn’t work. The sweep 1 is supposed to work like image 2, but it resulted in image 1.
Can you solve this problem, please?
Sweep1.gh (21.6 KB)
Hi community,
I’m stuck to run the sweep1 and have no idea why it doesn’t work. The sweep 1 is supposed to work like image 2, but it resulted in image 1.
Can you solve this problem, please?
Some of your section lines are duplicated. If you remove the duplicates, your sweeps work as expected.
240321a_Sweep1.gh (25.2 KB)
Edit: Looking more closely at your file, the duplicates are coming from the output of the Curve | Curve (CCX) components. Culling duplicate points here may be better than my previous answer.
240321b_Sweep1.gh (28.2 KB)
Actually the solution below from @Joseph_Oster is probably the best answer as it reduces the complexity of your file.
-Kevin
Do you expect this?
A series of choices make this code far more complex than it needs to be. Remarkably, your data trees looked OK though all of that. I think the reason it failed might be that you didn’t have section curves (lines) at the end of your rails? Or maybe not…
I started with the intention of moving only one pair of components to clarify the image of the code:
But then got carried away… Used the same circles that created the surface instead of a separate set. Result is not the same (not sure why? ) but it’s not bad.
Seam adjustments maybe?
Thank you so much, Kevin! Yes, I think I’ll use his idea.
Thank you so much for giving me this brilliant idea! That fixed mine and made it simple and clear.