Difference between revisions of "PyRevit"
m |
|||
Line 12: | Line 12: | ||
Revit environment and using its APIs. It also ships with an extensive | Revit environment and using its APIs. It also ships with an extensive | ||
set of powerful tools that showcase its capabilities as a development | set of powerful tools that showcase its capabilities as a development | ||
− | environment. | + | environment. Download and install pyRevit, launch Revit, and note the new pyRevit |
− | Download and install pyRevit, launch Revit, and note the new pyRevit | ||
tab that includes these tools." | tab that includes these tools." | ||
+ | |||
+ | [https://pythoncvc.net/?page_id=123 pyRevitMEP] is a pyRevit Extension which include tools dedicated to MEP task in Revit. It can connect to the materialsdb database | ||
License: [[GPL3]] | License: [[GPL3]] |
Revision as of 19:32, 3 March 2022
pyRevit is a Revit add-on, which let's users easily build their own Revit
add-ons (Python, C#) without much build plate code or any Revit restarts,
which allows for rapid development and convenient deployment.
From their github page:
"pyRevit helps you quickly sketch out your automation and add-on ideas, in whichever language that you are most comfortable with, inside the Revit environment and using its APIs. It also ships with an extensive set of powerful tools that showcase its capabilities as a development environment. Download and install pyRevit, launch Revit, and note the new pyRevit tab that includes these tools."
pyRevitMEP is a pyRevit Extension which include tools dedicated to MEP task in Revit. It can connect to the materialsdb database
License: GPL3
Resources
- Website: https://github.com/eirannejad/pyRevit
- Source Code: https://github.com/eirannejad/pyRevit
- Documentation: https://www.notion.so/pyRevit-bd907d6292ed4ce997c46e84b6ef67a0
This page describes a software project from our AEC Free Software directory |