I have a cone field where different cones intersect one another.
The intersected regions I want to delete so it creates an open space between the cones. All the cones are now together in a group, created by a grasshopper file. How can I continue with grasshopper?
Further, I want the surfaces (the walls) to have a thickness. How would this be programmed in grasshopper?
Thank you!!
scottd
(Scott Davidson)
November 22, 2022, 3:35pm
2
Can you draw what you want the final to look like?
Or, can you take a collection of cones in Rhino and show what result you are looking for?
Quan_Li
(Quan Li)
November 23, 2022, 8:54am
3
The method depends on the cone geometry. Show your GH.
Adam_M
(Adam Mounsey)
November 23, 2022, 8:58am
4
There was a similar topic here:
Hi
I have a list of UnTrimmed Surfaces which are a part of a Pyramid Geometry, I want to extract the intersections for all of the surfaces and trim all the extra parts except “Solid Difference” parts.
in another way, at the end I want to have Some surfaces like the picture below:
[Intersections Sample]
I know in Rhino, I can Use the “Intersect” Command simply and trim or split the surfaces with the curves extracted from that command. But in ghpython in Grasshopper, I can’t figure it out!
I…
1 Like