Generate simple X / Y / size list of input data and make new cirlces by input in a second step

Short Question:

I have a bunch of circles. Each of those 7 circles have their own X- and Y- (and Z-) coordinates aswell as a specific radius. ->exm_file_circles.3dm (137.3 KB)

therefore is:

  • X and Y coordinates
  • a certain size

Now I’d like to have a simple list where I can set those 7 circles in and generate automatically a list with each X, Y, Z coordinates aswell as it’s size.


after that I’d like to have a new list where I can set new values for circles aswell as their size.

So after all, I can easyily manage all of those circles by grasshopper input.

I would be very please if somebody could help me here. Thanks

Simply add them to a curve component and use deconstruct arc

circles.gh (6.8 KB)

Check his as well.

circles_re.gh (13.5 KB)

1 Like