Hi forum,
how do i trim the extent of the paving slabs outside the rectangle?
FrontGardendyn.dyn (15.4 KB)
Thank you
Hi forum,
how do i trim the extent of the paving slabs outside the rectangle?
FrontGardendyn.dyn (15.4 KB)
Thank you
Geometry.IntersectAll set to cross-product should work with your Surface.Thicken solid as the “geometry” input, and your Surface.ByPatch (from the patio area group) as the “others” input
Edit: Probably more efficient to intersect the outputs from both of your Surface.ByPatch nodes and then use Suface.Thicken to get the solids:
Haaa! the good old Geometry.IntersectAll node! Thank you very much Amy and yes, you’re right in the efficiency side of things.