I have some Section Views. These Sections are grouped by ‘Blok’. In this case B1 to B8.
Each group got a different amount of Sections.
I made a Sheet for each ‘Group’. Again B1 to B8.
I want to place the Sections on the corresponding Sheets, but i get unexpected results.
What am i missing?
In these cases it’s always best to make your input structure match 1-to-1. Try duplicating your sheet list so that you have a sheet for each view and therefore don’t need list levels at all.
Same way you duplicated the placement point for each view, you need to duplicate each sheet (just in a list) for each view as well. That way your inputs are (1) Sheet per (1) View per (1) Point and there’s no lacing or list levels needed to determine the input mapping. Right now you have 25 Views, 25 Points, and 8 Sheets. Try with 25 of everything.
This happens sometimes as Chrome is used everywhere (ie: at one point the Dynamo Library was Chrome based), it utilizes a TON of memory, and eventually it says “hey stop using all these resources”. It will eventually go away, but usually restarting your CPU will do the trick right away.