-
Notifications
You must be signed in to change notification settings - Fork 14
Adapter setup in Revit
BHoM is communicating with Revit via a dedicated plugin. Once BHoM is installed (or Revit_Toolkit compiled, if built from source), it should automatically load on startup of Revit 2018, 2019, 2020 and 2021.
Activation of the plugin may be required upon starting Revit for the first time after BHoM installation. Simply click Always Load not to see the popup again:
After that, if the adapter has been successfully loaded, it should be visible in the BHoM ribbon tab in Revit Adapter panel.
In order to activate the adapter, the user needs to click Activate - Revit then starts to listen for BHoM instructions on default ports (14128 and 14129). As explained in the introduction, only one Revit instance is allowed per each port couple - the latter can be changed by clicking Update Ports button.
-
Overview:
What is Revit_Toolkit for?
Code structure
Building from source and debugging
License
Sample scripts -
Adapter:
Basics
Revit <-> BHoM conversion
BHoM vs Revit identity
Handling of Parameters
Conventions
Setup in Revit
Setup in Grasshopper
Setup in Dynamo
Setup in Excel
Details -
Pull:
Basics
Requests and filtering
Pull of Geometry and Representation
Pull from Links
Pull in Grasshopper
Pull in Dynamo
Pull in Excel
Examples
Explicit family vs type mapping
Details -
Push:
Basics
Push modes
Updating Revit types
FamilyLibrary
Push in Grasshopper
Push in Dynamo
Push in Excel
Examples
Details -
Remove:
Basics
Remove in Grasshopper
Remove in Dynamo
Remove in Excel
Examples
Details -
References:
BHoM Wiki
BHoM Adapter