Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Hi I'm trying to create a program in python that read a document with some coordinates and with these information place air terminals there.

dfurbinas
Explorer

Hi I'm trying to create a program in python that read a document with some coordinates and with these information place air terminals there.

dfurbinas
Explorer
Explorer

Hi I'm trying to create a program in python that read a document with some coordinates and with these information place air terminals there. Then that program have to take those air terminals and connect it with ducts and an air handler with the "auto route" and then I have to take the ducts and export a table with the size and lenght of each part of the duct. But I donĀ“t really know how to place air terminals from code or code the rest , can someone help me with some tools that I could use pls? 

0 Likes
Reply
128 Views
1 Reply
Reply (1)

jeremy_tammik
Autodesk
Autodesk

I think you will either have to learn to do it yourself or pay someone else to do the job for you. 

 

If you want to learn to do it yourself, I would suggest breaking up the task into small separate standalone steps and addressing them one by one.

 

Before doing that, though, I would suggest getting thoroughly acquainted with the process in the Revit end user interface and learning the optimal workflows and best practices to achieve your goal.

 

All of these steps are listed and documented in the Revit API getting started material:

 

https://thebuildingcoder.typepad.com/blog/about-the-author.html#2

  

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
0 Likes