Advertisement

Monday, August 14, 2017

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 import code.
  • Imports clr, and adds RevitAPI.dll + RevitAPIUI.dll assemblies, and other common .NET types such as List.
  • Adds Reference the IronPython Standard Library to your sys.path (for Dynamo).
  • Easy to use WPF Forms so you can request additional user input with little effort.



There's more information available on the Revit Python Wrapper website.

No comments: