Revit Python Wrapper V1.3 – A Python Wrapper for the Revit API

From the Revit Python Wrapper website:

Revit Python Wrapper

Version: 1.3.0

A Python Wrapper For the Revit API

Revit Python Wrapper was created to help Python programmers write Revit API code.

Wrapper classes make the interaction with API objects less repetitive, and more consistent with Python’s conventions.

It also provides a few convenient shortcuts:

  • Initializes all common variables such as document handling variables (doc and uidoc) so you can reuse code across platforms with no change to your…

Read more