Hi, I’m upgrading scripts for 2020 Revit with dynamo 2.3. tool.placeviewsonsheets is not placing all the views in the list. Just the first one. Where as in 1.3 it will place all. Any ides?
well, the node has a type var[]..[] which means it will not replicate over a list of inputs, it just passes inputs straight through and executes only once, but the python only iterates over a single level of input and you are passing a nested list, try flattening the inputs first.
Anyone have any other ideas for this? Its important to be able to put multiple views on one sheet when its being duplicated as it did in dynamo 1.3. I think maybe something in the python code handles different in Dynamo 2.xx to dynamo 1.3 with Tool.PlaceViewsOnSheets
Sorry for the basic question, but how did you copied? I am having trouble with the tool.placeviewsonexistingsheets. The node keeps giving me a NULL output
If you can share a dyn file with this node, maybe that would help.
Thank you
What does the message say above the erroring node? I dont actually use Tool.PlaceViewsOnExistingSheets in my graph. Tool.PlaceViewsOnSheets works with 2.X
Thank you so much dude! I was trying to do something very similar and was plying around with it for a while before I found this post and all my issues have been solved!