pyRevit
pyRevit copied to clipboard
Implementation of RevitAPIIFC.dll
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
Would importing manually from the library work?
import clr
clr.AddReference("RevitAPIIFC")
import Autodesk.Revit.DB.IFC as RevitAPIIFC
It does I just think it would be tidier as a part of the pyRevit lib