Difference between revisions of "PyRevit"

From Wiki.OSArch
(Created page with "64px pyRevit is a Revit AddOn which let's users easily build their own Revit AddOns (Python, C#) without much build plate code or Revit restarts, whic...")
 
Line 2: Line 2:
  
  
pyRevit is a Revit AddOn which let's users easily build their own Revit  
+
pyRevit is a Revit add-on, which let's users easily build their own Revit  
AddOns (Python, C#) without much build plate code or Revit restarts,  
+
add-ons (Python, C#) without much build plate code or any Revit restarts,  
 
which allows for rapid development and convenient deployment.
 
which allows for rapid development and convenient deployment.
  
 
From their github page:
 
From their github page:
  
"pyRevit helps you quickly sketch out your automation and addon ideas,  
+
"pyRevit helps you quickly sketch out your automation and add-on ideas,  
 
in whichever language that you are most comfortable with, inside the  
 
in whichever language that you are most comfortable with, inside the  
 
Revit environment and using its APIs. It also ships with an extensive  
 
Revit environment and using its APIs. It also ships with an extensive  
Line 14: Line 14:
 
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."
  
 
License: [[GPL3]]
 
License: [[GPL3]]

Revision as of 02:07, 10 May 2021

64px


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."

License: GPL3

Resources

This page describes a software project from our AEC Free Software directory