For the past year I have been working on a new version of my IFC Manager extension.
The first versions were very much focused on the dutch specific way of working with IFC surrounding the “BIM Basic IDM” and it’s dutch matching “NL-SfB” classification system (implemented as a native SketchUp classification!).
The main goal of this extension is to quickly setup an IFC model structure and create a better mapping of SketchUp properties (like classifications and IFC attributes) to IFC than is done with the current native exporter.
I took a stab at internationalising it after Malte Palmen contributed the German “DIN 276-1” classification system.
Now it’s possible to add more classification systems, so if anyone is using “uniformat” or “Omniclass” or “ETIM”… Let me know if you need some help adding those.
Information about the BIM Basic IDM:
Before I try to get the plugin into the extension warehouse I would like to do some more testing, especially in using the new dialog. Are there people interested in helping me out with that?
New version 3.2.0 adds common PropertySets when applying IFC types.
For example when labeling a component as “IfcWall”, the official propertyset “PSet_WallCommon” is added.
This gives the possibility to set parameters like “IsExternal” and “LoadBearing”
Technically it should be pretty simple, but the license for those kind of classification systems (uniformat,omniclass etc) has been keeping me from including them because it’s not clear to me of it’s allowed to redistribute those lists (in another form like the Sketchup skc/xsd)
It has to do with the rubyzip gem I included since version 4 (to be able to extract the XSD schema from the SKC’s and export ifcZIP files).
I will look into it some more, I don’t get any issues here with SketchUp 2021 on windows.