Archive

Python

  • Sample Ephany API Calls in Python

    This post contains a collection of code snippets and examples that demonstrate how to use the Ephany Framework API. As the project evolves, I’ll continue adding practical, copy-and-paste samples that show how to connect to your asset data, query your catalogs, integrate with your applications, and build on top of the framework. Whether you’re a…

    Sample Ephany API Calls in Python
  • Hello Dynamo World!

    In learning every new programming language, it is customary to start with a “Hello world!” application. Although visual, Dynamo is a scripting tool as well, so I thought this would be a great first step for folks who are new to Dynamo. In this post, we demonstrate how to display “Hello world!”  in the Revit…

    Hello Dynamo World!
  • IronPython UI Generator and Script Library for Autodesk Revit

    I just stumbled on this script library for Revit users who wish to use Python with the Revit API. In it’s simplest form, it’s a folder of IronPython .py scripts for Autodesk Revit. Check it out on GitHub: https://github.com/eirannejad/pyRevit There is plenty of example code written in Python that you can refer to when learning to create…

    IronPython UI Generator and Script Library for Autodesk Revit