Hi there, I’ve some problems with this node and I would like to know if this node is just for one view and one family type or I could input a list of family types and a list of views. I created a script that works if I use just one view and one family type, but doen’t work if a use a list of those. I don’t know if I did sth wrong or it is the node that doesn’t accept lists.
Does anyone have a suggested alternative to the node mentioned by the OP? I have the same question/issue. I want to place a list of items on a list of sheets. It works fine with this node if I feed in one sheet. But not with a list. Does anyone know a way around that?
If not this node, how would I loop grabbing the items from the sheet list one at a time and feeding in? Thank you.
Thank you for the reply and the kind comments about my work.
So, I Know nothing about Python, but I pasted your code in and modified my graph and it worked! Thank you!
I had almost replied back with another issue, but i figured it out before posting. The output of the Python node generated a four-level list, but I needed it to be a three-level before it worked correctly. Flatten to the rescue! Got to pay close attention to those list structures…
SO thank you again. This works like a charm now. Very pleased.
When I am inserting a scale bar in different sheets at specific points. This is not allowing multiple instances in the same sheet in sequence but when I insert once in sheet M001 then insert in sheet M002 and then comeback in M001 it is working. When I insert one view with scale bar in M001 and then I insert second view in the same sheet M001 it is not working.
I tried by inserting above code but it is not working at all.
Hi Martin,
I’m having some trouble with your code. I need to create elements at points in sub-list index 0 on view A, and at points in sub-list index 1 on view B. Can this be done? I can’t seem to figure out how to add list Levels to the python script.
To utilize List@Level, it would require wrapping the python script into a costum node. If I remember correctly, this is described in the Dynamo Primer.
From your description on what you are aiming to do, it would require a little different approach in regards to the python part. The zip() function would do what you are after here, but I can’t demonstrate it right now. It would have to wait until tomorrow, unless someone else chips in