pyRevit extensions presented @ BILT NA Anaheim, June 14th, 2022
pyRevit extensions presented @ BIM Coordinator Summit, september 8th, 2022
This presentation will run you through the process and the tools for you to create a custom toolbar with a set of custom tools for Revit thanks to pyRevit, some python coding or a dynamo script.
- pyRevit Framework Structure
- Create a basic toolbar in revit
- Revit API basis
- Code Python tools thanks to pyRevit API
This presentation will run you through the process and the tools for you to create a custom toolbar with a set of custom tools thanks to pyRevit, some python coding or a dynamo script. The idea is to empower advanced users of Revit and help them structure a toolbox to improve their productivity and get rid of the repetitive or tedious tasks. • First part will cover the structure of pyRevit Framework, its capabilities, and its set of tools • Second part will be about creating a simple toolbar • Third part about the creation of a few scripts to populate our toolbar • Finally, to show a way to distribute the toolbar across an organization
Then you can install the toolbar (after installing pyRevit) with the following command line
pyrevit extend ui pyBiltNA https://github.com/**YourGithubUser**/pyRevit-BILT_NA_2022.git --dest="C:\pyRevit"
Comments and improvements are both welcome through Issues