Skip to content

JGalvezTT/revitpythonshell

 
 

Repository files navigation

RevitPythonShell

The RevitPythonShell adds an IronPython interpreter to Autodesk Revit and Vasari.

The RevitPythonShell (RPS) lets you to write plugins for Revit in Python, my favourite scripting language! But even better, it provides you with an interactive shell that lets you see the results of your code as you type it. This is great for exploring the Revit API while writing your Revit Addins - use this in combination with the RevitLookup database exploration tool to become a Revit API Ninja :)

Features

  • interactive IronPython interpreter for exploring the API
    • with syntax highlighting
    • autocompletion (press CTRL+SPACE after a period)
    • based on the IronLab project
  • batteries included! (Python standard library is bundled as a resource in the RpsRuntime.dll)
  • full access to the .NET framework and the Revit API
  • configurable "environment" variables that can be used in your scripts
  • save "external scripts" for reuse and start collecting your awesome hacks!
  • run scripts at Revit startup
  • deploy scripts as standalone Revit Addins
  • lookup() function for snooping Element, ElementSet and ElementId objects in RevitLookup

Installation

Older versions:

Contribute

Support

Getting started:

Learn some python:

Learn about the Revit API:

You can find sample scripts here:

License

This project is licensed under the terms of the MIT License.

Credits

  • Daren Thomas (original version, maintainer)
  • Zachary Kron (original port to Vasari)
  • Akimitsu Hogge (original port to Vasari)
  • Joe Moorhouse (interactive shell was taken from his project IronLab)
  • Jason Schaeffer (port to Revit 2011)
  • many, many users with questions, bug reports etc!

Also, many thanks to the Chair for Architecture & Building Systems for making this project possible.

NOTE: If you are not on this list, but believe you should be, please contact me!

About

An IronPython scripting environment for Autodesk Revit and Vasari

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 89.9%
  • Inno Setup 6.6%
  • Python 1.8%
  • AutoIt 1.7%