Skip to content

Latest commit

 

History

History

Python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Back

Python Revit Resources

Developer Essentials

An IronPython scripting environment for Autodesk Revit. This is the primary prototyping vehicle.

IronPython scripts and add-in tab for Autodesk Revit®. This is the primary development vehicle.

Process of debugging using RPW's console function. Should be adapted to non-Dynamo as well.

Process for auto-generating code documentation using Sphinx based on docstrings and inline commenting.

  1. Comprehensive Guide
  2. Style Guide
  3. Cheat Sheet
  4. Conf.py Template
  5. Convert HTML to PDF

Libraries and Helpers

A Revit API Wrapper to help Python programmers write more pythonic Revit API code.

Stubs for common IronPython CLR assemblies for intellisense/autocomplete in popular IDE environments.

Process of debugging using RPW's console function.

Python tools to process actions on revit models from cli

Half lookup, half doc reader, half visual debugger, these 3 halves are helpfull when you're dealing with huge .NET frameworks or Python modules.

One of few IronPython WPF tutorials.

Python Documents and Guides

Oficial IronPython Documentation

IronPython + WPF

Windows Presentation Foundation Resources focused on IronPython

Recipes and example code for IronPython

This is a simple introduction to Windows Presentation Foundation

[...] Nitty gritty details of how to use Python the language to integrate with the underlying .NET framework