Skip to content

Adapter Setup in Dynamo

Pawel Baran edited this page Apr 9, 2020 · 9 revisions

Note: It is highly recommended to switch to Manual mode when working with Dynamo and BHoM. Besides that, it is worth having a look at Using the BHoM section before reading this page.

The animation below shows how to set up Revit Adapter in Dynamo. In order to do that, one can either select CreateAdapter component from the navigation pane to the left or create it using right click menu. Once the Adapter component is placed on canvas, its active input needs to be set to true - that is the moment when the connection between Revit and the Adapter is being established. IsValid query allows to check if the adapter has been set up correctly on the BHoM side.

In case of any issues, as a first line of bugfixing, it is recommended to deactivate and activate the adapter again (switch active == false and again, active == true).

Adapter Setup in Dynamo

Once the adapter can be successfully activated, settings can be further specified - the animation below shows how maximum timeout has been quickly changed to 60 minutes (default is 10, which may be not enough for massive adapter actions) using CreateObject components. It is worth noting that required input type can be looked up by hovering the mouse over a certain input.

Adapter Settings in Dynamo

Clone this wiki locally