Hi guys, I was developing a dynamo script to develope dimensions in specific view. I have done it for 1 view, and made it as a custom node. But currently if i provide multiple inputs of views, and 1 view fails custom node is not giving any result
PRO_Wall_Elev_Vert_Dim_23_V01.dyf (72.0 KB)
I observed that out puts are coming only under watch node
Do you use a python node at any point and is it setup for only a single item or for single or list structures? If the custom node is setup for only a single item, then the auto-lacing should take over for lists and run each input separately. If you have a python node handling either structure, then you may not have an exception for a failed view. You should also be able to set the list level from the workspace environment to force it to run on each item individually.
This seems like a duplicate post. Please do not repost the same question multiple times. Just add it to this thread and continue the discussion here. If you have additional information now or you’ve come across a new related problem, just add it here instead.
1 Like
Hi there, I have created a custom nodde to generate some section views. but when i run it for multiple inputs, some of the views been deleted. do you know why? I have attached the graph here
Create_Assembly_Views.dyf (39.5 KB)