Hi everyone,
I have a question:
I would like to work with lists in my script, but now I have a problem. In Allplan visual scripting you can work with 2D lists, but now I would like to go one dimension deeper. I would like to make a 3D list.
Now I get into the problem that a lot of nodes can only reach a 2D list and not one dimension deeper. I've used some nodes to try some things and they didn't give the result I wanted, only the slice function works so far (see image). Only the slice function is to slice in half, but I would also like to slice a list more than once. After the slice funtion I want to create a 3D polyline between the 3D lists, but also the polyline node doesn't do what I want. Another node that is doesn't working is the GroupitemsbyID. I want that what the slice node does that the groupbyitemId this does for me. But instead of slicing the list by IDs, the node looks at list length and groups the list by length and not the given ID's.
Is there a possibility to work with 3D lists, without having to get every item from the list so that it becomes a 2D list or is it possible in the near future?