Hi all,
i am struggeling with the Brep Plan section component to recreate an data structure equal to the inputs. I want to use a variable amount of brep containers (A, B, C…) which should be intersecting with planes based on an variable line count (1-6).
as seen i managed to creat a data structure which has a branch for every plane but i additionaly want it to be divided by the input containers to have a total of 18 Branches (A 6 Branches, B 6 Branches, C 6 branches). as already mentioned the amount of planes and container should varie unfortunatly i am not able to script this so i would highly appreciate help from you
all data in my script is internalised and thanks in regards! Plane Intersection.gh (601.1 KB)
If I understood you right. This should do the trick.
Each section is split into containers and each container has a branch with the plane intersection. Plane Intersection RWG.gh (465.3 KB)
f.e. 6 planes which intersect an object once (A) intersect multiple objects (c) or an object intersected by multiple planes (b). the new data tree should be based on the plane but also on the a,b,c containers. so the result should be A;1-6, B;1-6, C;1-6 in this case 18 branches
amazing thanks a lot! i aimed to replace the first part with one dynamic geo pipeline streaming multiple layers represented by the group and merge component but the path mapper does excatly what i try to achive