pyrevitlabs / pyRevit

Rapid Application Development (RAD) Environment for Autodesk Revit®
http://wiki.pyrevitlabs.io
GNU General Public License v3.0
1.28k stars 332 forks source link

Implementation of RevitAPIIFC.dll #1623

Closed jmcouffin closed 1 year ago

jmcouffin commented 1 year ago

This is a missing part in the pyRevit module, or at least I could not find it. I would be happy to help but don't know enough of the structure of the RevitAPI.dll implementation to just add this one

dvdgnz commented 1 year ago

Would importing manually from the library work?

import clr
clr.AddReference("RevitAPIIFC")
import Autodesk.Revit.DB.IFC as RevitAPIIFC
jmcouffin commented 1 year ago

It does I just think it would be tidier as a part of the pyRevit lib