I have a problem about ordering sections resulting from intersection Brep-plane. I have one Brep, a series of 4 surfaces (moved vertically), intersection command. The result is 4 groups of intersections (as shown on panel).
The problem comes when I tried to retrieve a single group of intersection (for example the first, that includes 2 closed curves). The list Item “0” should give me 2 curves, but when I take out the set from “list Item → 0” 4 curves are highlighted…. and the problem is the same when is try with “list item → 1,2.3…”…
Thank you for you answer. Maybe I didn’t explain wuell my issue.
The tree looks exactly the way I want, it’s ok. My problem is: when I try to retrieve, for example, the first branch (i.e item 0), I expect to have only 2 curves selected (those one of the first set). But now, when I select the “item 0”, Gh gives me 4 curves, apparently randomly taken.
I want to retrieve every branch correctly organized, every one with its corresponding curves.
Let me know if the issue is clear.
List Item = Index. So if you have 4 branches and each branch has an item at index 0, then using List Item on that tree will give you 4 items at index 0 (one item from each branch). List Item is not used for getting branches, it’s for getting indexes.