I have a dynamo script that exports IFC-files. It works well, except for the fact that it does not respect the mapping settings from the regular export menu.
The most important thing for me is to not export assemblies (just export them as individual components, not lumped together).
I have been using the old GeniusLoci node, and have simply extracted the python code from it and upgraded it to 3.0. (the old node does not respect it either)
I tried appending the script to add mapping, and entered the file path to my mapping file. (with help from an AI…) However it did not help.
if categoryMappingPath != "":
options.AddOption("IFCCategoryMappingTable", categoryMappingPath)
ifc export.txt (4.0 KB)
Has anyone had success exporting ifc files with dynamo and using mapping? Th