This node takes 3 inputs:
- View prefix for views you want to export to IFC
- Target directory for the IFC files
- Optional: IFC version, current default is IFC2x3
When the node is Run, it filters through the Revit views to find those with the specified prefix, then it exports them as individual IFC files to the target directory. You could combine this with Web Request node to enable periodic execution (ie. automatic batch export).
Full credit goes to those who put the framework of this together over on the forum (also see ‘Credits’ in image below).