Hello dynos,
i try to pass Revit warnings… … i have no identifier for the warning so i try to get rid via RevitIds…
actually there are just around 5-8 openings they are not work… how can i just “pass” my task…`? dynamo should just ignore these openings.
Maybe in Python? You need to do the action you do before in Python and than you can use try/except.
1 Like
@jw.vanasselt ,
i had a similar issue here
[2022-07-12_15h40_21]
[2022-07-12_15h40_45]
Hello,
How can i ignore this error.
My script just sets Workset to the correct Element…
It stopps at this Error(Warning)… how can i “ignore” it?
finaly what is a circle-reference? how do i (accidently) generate it?
KR
Andreas
problem is the error happend in Revit not in Dynamo
@Draxl_Andreas , then you have to go a step back. Why does Revit give this error? Try to find that out and pass those elements.
Or do you know before which element doesnt work? Than you can try to use the id of that element and pass them in an if statement