Hello everybody,
Is there a way to do in a generative way this kind of geometries in grasshopper? Basically I just want to create this sort of “drop” from 4 tangent circles, as showen in the example.
I think it is possible. What are the requirements and inputs for this ‘drop’?
Hey Jack,
Thanks for your reply.
I just want to make that 4 circles tangent and be able to change the position and diameter (or radius). But most important thing they should always be tangential. Then I am just interested on baking the intersection of those lines. (The yellow line in the picture)
Tricky - interested in solutions to this.
One thing - the two larger circles on inside of the largest are not tangential, breaking your rule … is this intentional?
Hey nick,
Thank you for pointing that out. That’s right that two circles shouldn’t be tangential
This is not very accurate, but it could help.tangent.gh (12.0 KB)
Try to replace it
and the script need improvement when the 2 circles intersect
you’re right, my solution does’t allow you to chose radii of inner circles.
the component i use is “point trim curve” from pufferfish tool
Cool! htank for that I’ll give it a try
There are always many solutions
But it’s better to show the more detailed solution to people so they can understand step by step
All components plugged to (fit circle)
Plug them to the new circle
tangent circles2.gh (21.0 KB)