since i’m not that developed in Python maybe someone can help me?
i’m trying to open multiple Ifc’s to batch convert them to .rvt but the script is complaining i’m feeding a list instead of a string. is there a way to let the script accept multiple files?
it seems to work but revit keeps looping opening the IFC instead of saving it and opening the next.
i think I’ll try to replace the out for a [0] and saving the ifc’s via some node’s
or do you know a better way with Python?
When using the python code u supplied to batch open IFC files it works but;
When linking those .rvt files the geometry shows in a 3D view but not in plan view, where when i link the IFC files directly they do show up in the plan view so it must be something in the workflow/nodes used in the script.
I have the script working, but now I’m getting errors.
situation 1: when I run the script, I get the following message at the end of every imported ifc file.
situation 2: if I import the ifc 1 by 1 via manage links, it works fine.
when I look in the folder where the ifc files are located, the file name is also different between situation 1 and 2.
situation 1: filename.rvt
situation 2: filename.ifc.rvt
This node requires a single file input right?
I’d like to convert multiple IFC files in a folder to .rvt without linking them into my project.
The reason behind this is; after the models are converted i save them as a cloud model to BIM360 so they work as published models that show up in my own model when publishing.