Hello.
I want to array radially spheres and gradually expand that I want to make look like the image.
Does anyone know how to make it?
expands radially.gh (15.8 KB)
Hello.
I want to array radially spheres and gradually expand that I want to make look like the image.
Does anyone know how to make it?
This code seemed excessively complicated so I simplified it. Why the unused RevSrf?
I don’t know why there is a 20+ second delay in this code? It doesn’t appear in the profiler.
This is surely due to the meshing of sphere breps. It is better to use mesh sphere
Added ‘Height’ slider (blue group, can be zero).
Correction using ReMap and renaming ‘Max_D’ and ‘Mind_D’ sliders.
Thanks for answering👍
If It changes data to Flatten, each additional index number increases in sphere’s size…
But I solved the problem!!
Thanks!!
Thanks for your support!!
Thanks for your help👍
I didn’t think it was possible to make it with such simple code!
I just started ”Grasshopper” and want to keep learning.
incidentally…Component of “RevSrf” should be used to complete the rough appearance.
Simple code is easier to understand, eh? I prefer it.
It didn’t show in your code? There are several ways to create it. (purple group below)
P.S. While working on a third method, I realized there is no longer any need for the TStat and Branch components! They were there to make Merge work in version ‘29a’ (a silly reason) and not needed when Merge was dropped in version ‘29c’. Oops!
As for the third method, not important, maybe later.
This third method of creating the surface avoids spheres on the bottom edge.
Thanks for sharing all the different ways to use component and make it!!
I didn’t realize there were so many ways to create the same shape…
I will refer to it when making various shapes in the future.
I would like to continue my studies👍