This might be a too simple question:
I need my script to export the Revit model to IFC. But when I use Expot.IFC node, it will export the Revit model immediately upon run, not after the results from the script have already been implemented. What should I do?
I already tried using the last node of my script as an input to the node that exports to IFC to make it run last, still didn’t work.