albandechasteigner / GeniusLociForDynamo

Genius Loci is a package of 350+ custom nodes for Dynamo in Revit.
MIT License
40 stars 9 forks source link

Export IFC in Document problem in Revit 2023 #17

Closed mlohden closed 1 year ago

mlohden commented 1 year ago

I have a Dynamo graph/script (see attached screenshot) using your Export IFC in Document node that works in Revit 2022 but returns a null value when I try it in 2023. Has there been a change in 2023 in the IFC export function? Perhaps there is a simple fix in the Python code?

Any guidance you can provide is much appreciated.

2022-12-02_09-25-30

albandechasteigner commented 1 year ago

Hi,

With the latest updates of the Rhythm package, you need to convert the Dynamo Document to an "API" document (ʳʰʸᵗʰᵐ|Documents.DynamoDocumentToDbDocument node). The IFC Version must also be written _IFC2x3. Export IFC