Hi how do i cull the floor underneath the ground. I was only able to isolate it but I am unable to cull it without the top disappearing.
Jp Morgan Grasshopper Final Script.gh (34.1 KB)
Hi how do i cull the floor underneath the ground. I was only able to isolate it but I am unable to cull it without the top disappearing.
you need to draw a flat surface that covers your tubes at Z=0. Use âsplit with surfaceâ, then using the â3D centerâpointâ of each resulting objects, cull those objects whose center point Z < 0. Or simpler, split the tree after the surfsplit and you will have top and bottom objects.
Sorry im on holidays⌠Cant do it for you. Hope this gets you going.
You could use Shift List to eliminate the bottom curve being passed to the âCurves Bâ input of the SLOW Region Difference component:
By the way, I eliminated the â22â slider being used for the last Extrude by re-using an earlier slider labeled âDistance Between Each Floorâ.
P.S. Looking closer, I see that you ignored the âDistance Between Each Floorâ slider at another point in the code and computed a value of 22.5, which leaves a small gap between each extrusion. Is that intentional?
Thank you! I will give it a go