hello guys i have been playing around with the circle packing exercise for a while now , the thing is that im trying to extract the center point of each gap between the circles like in the image , any ideas please?
unnamed 2.gh (42.1 KB)
hello guys i have been playing around with the circle packing exercise for a while now , the thing is that im trying to extract the center point of each gap between the circles like in the image , any ideas please?
unnamed 2.gh (41.8 KB)
my bad here !
you dont have rhino 8 or a missing pluging thats the problem,everything is internalised sir
you sure?
im using rhino7!!
yes as you can see you have white boxes indicating missing plugins or older version of rhino
this might be a solution, but I’m not really proud of it
unnamed 2_Re.gh (52.4 KB)
expecially I’m not proud of this, where for each circle it retrieves the corresponding mesh vertex on which it’s created based on proximity, instead of just using the available data:
probably you can indeed just manipulate data from here, and get to the very same result without using proximity check, but I’m not able to think about it at the moment:
[edit] you might want to add a data dam here, because you don’t want Region Intersection to be triggered by each output of the Kangaroo solver but just by the good final one:
final result:
[edit_2] if you also want the outer points:
alltogether:
unnamed 2_Re_Re.gh (57.4 KB)
These points can be generated from the same mesh which generates the compact circle packing.
Soddy.gh (41.7 KB)
These are the inner Soddy circles of the triangles
thank you mister but its shwoing me this error
You may need to update your Rhino to a more recent service release
okay let me try
if it’s a csharp component can you please send me the c# code and ill just copy it in my script?
Which version are you running? (check with Help>About Rhinoceros and it will show the full version number in the lower right)
this one : Rhinoceros812332513001
can you send me the c# script and ill just copy it ? will it work?
Just update to the current service release and it should work
okay i downloaded the new version , the script works but when i insert it on my own script the small circles like like this
ohh i have to insert them to the output mesh of kangaroo not the one i started with correct? it works fine now
may god bless you ! thank you so much !
thank you so much sir!!!