Dynamo - how to break connection with rvt

Hi,
is there a way to “break” connection or refresh it after my script has run its course?
The issue is that I want to create in a single revit file multiple steel towers one after another, but after selecting different input data (location, height, profiles etc) the previous one gets erased from project… Screenshot below:


Dynamo graph:
_test.dyn (259.0 KB)

@rafal.actun

Take a look on this one here it could probably help you…or try to execute from the player…

Hey, thanks for quick reply, it seems more complicated than I thought. Basically it comes down to manually creating many dyn files on the fly and disconnecting/reconnection nodes manually to get rid of the “bindings”…

If there is any other solution to this problem I’d be grateful for any input :wink:

1 Like

You could try to execute from the player…or think @john_pierson had a node there can “Bake element”

1 Like
1 Like

or you could try to write your script in python…there you had the option to do so…

Oh that’s prefect! Works like it’s supposed to. Had a hunch that someone already created a custom node for this :sunny:

1 Like

Great :wink: