closed both revit and dynamo and re-ran it:
You missed the longest lacing which is not avalaible with only the python script.
My bad, I thought that it might be helpful if I included the error message, as well. Thank you so much, this seem to have worked! I now just need to figure out why the script output IFC file sizes seem to be quite different from the manual export.
With the Revit interface, you can choose the IFC version and the MVD (IFC3 Coordination view or IFC4 Reference View).
The custom node is more basic and you can’t choose the MVD. (The MVD is only avalaible in the IFC exporter dll)
Hi @Alban_de_Chasteigner,
I’m unable to find this node “Export IFC from Directory”. Is it no longer available? Is there any other workaround? Also the current “Export IFC” node has option to load UserDefinedPset, which is great.
Thanks in advance.
Hi,
The custom node still exists (Export IFC in Document node).
The UserDefinedPset option already exists in the Export IFC in current document.
Yes, but UserDefinedPset option isn’t available in “Export IFC in Document” right?
Too complicated to manage with multiple links (documents Revit).
Hi @Alban_de_Chasteigner I added the UserDefinedPset from the custom node to the IFC from Document. Even after long lacing, I’m only getting 1 file exported and that too twice, one with the file name given in the node and other with the Revit file name. Do I need to keep all the files open? No right? Can it loop the task for how many ever files are present in the directory, without manually opening it?
4 posts were split to a new topic: Batch Export IFC
Edited by moderator. See below the line for original post
Good afternoon
I recreated the script as shown in the picture. Export does not work if you select versions IFC4, IFC4RV, IFC4DTV. Revit 2020. Revit crashes after warning. Tell me, what could this be connected with?
Original post below
Good afternoon
I recreated the script as shown in the picture. Export does not work if you select versions IFC4, IFC4RV, IFC4DTV. Revit 2020. Revit crashes after warning. Tell me, what could this be connected with?

Welcome to the forum @lada5GKBP. The official language here is English, which is a requirement for search your work. Please translate future posts (including your original language below a horizontal line if you’d like) as I have done in editing your post. Thanks!
And at 23 revit ifc are unloaded, but empty. ![]()
Hi Alban, First of all thank you for this amazing script. I just wonder if the UserDefinedPset is still too complicated to manage ? It would be great to have to UserDefinedPset option available in the node “Export IFC in Document” : It would be the “final touch” to be able to use the script on any project ! Wishing to hear from you about it again. Regards, Denis
The userdefinedpset is probably not what you’re looking for, its a property set, not a saved config setting.
I changed Alban’s node here so you can use any saved export setting available in the project:
Thank you for your prompt reply. Actually I’m looking precisely for the UserDefinedPset option - but I would also be interested in the Config Settings you mention (*.JSON file I guess ?) - inside the node “Export IFC in Document” (which is different from the node “Export IFC”). Regards, Denis

