# FreeCAD BIM weekly update 11 Hi all! Here is the eleventh weekly update (a couple of days late, sorry!) showing what I am doing this week with [BIM](https://github.com/yorikvanhavre/BIM_Workbench) and [NativeIFC](https://github.com/yorikvanhavre/FreeCAD-NativeIFC) in [FreeCAD](https://freecad.org). As we are approaching a new [FreeCAD release](https://forum.freecad.org/viewtopic.php?t=77989), I began to work on fixing more general FreeCAD issues. But we still have some new NativeIFC stuff too! * **NativeIFC: Show geometry tree**: Importer IFC objects now have a new "Show geometry tree" context menu option. This option pops up a dialog window that shows the geometry decomposition of that object. This has no direct utility when you are modelling, but can be very useful for debugging, and also to learn the internals of how IFC objects are constructed. You can also of course [use this from Python](https://github.com/yorikvanhavre/FreeCAD-NativeIFC/blob/main/doc/README.md#inspecting-the-ifc-structure-of-an-object). [commit](https://github.com/yorikvanhavre/FreeCAD-NativeIFC/commit/b5cee9a6ad65fef18a69b0a19d7e67eae1a161ea) ![screenshot of FreeCAD showing a geometry tree dialog](../../images/2023/freecad-weekly11-03.jpg) * **NativeIFC: Expose IFC property sets**: You can now right-click any IFC object, and choose the new "Expand IFC property sets" option. Alternatively, you can also mark the "load property sets" option on the import dialog. When choosing that option, property sets attached to an IFC object appear in the properties panel of the object. At the moment, you can change the value of a property, which will correctly change the IFC file. However, the owner history of that object is not changed, I'm not sure it needs to, and you still cannot add new properties or new property sets. I'm not too sure how to handle this yet, as we might want to allow adding or even bulk-adding default psets like Pset_WallCommon automatically. I guess we'll go step by step and first allow to add new properties ;) [commit](https://github.com/yorikvanhavre/FreeCAD-NativeIFC/commit/b32aa21ac3dbb9141ff5317fa613bdc5645ccbea) ![screenshot of FreeCAD showing imported Psets](../../images/2023/freecad-weekly11-01.jpg) * **FreeCAD fixes**: These are the other fixes I've been working on this week in FreeCAD: * [Draft: Indicate which DXF pref option is for legacy importer/exporter only by yorikvanhavre · Pull Request #9545 · FreeCAD/FreeCAD · GitHub](https://github.com/FreeCAD/FreeCAD/pull/95) * [Start: Fixed loading from custom folder by yorikvanhavre · Pull Request #9537 · FreeCAD/FreeCAD · GitHub](https://github.com/FreeCAD/FreeCAD/pull/9537) * [Draft: Skip SVG import DPI dialog if a unit is specified in the file by yorikvanhavre · Pull Request #9533 · FreeCAD/FreeCAD · GitHub](https://github.com/FreeCAD/FreeCAD/pull/9533) * [Draft: Better svg linestyle settings - fixes #6733 by yorikvanhavre · Pull Request #9530 · FreeCAD/FreeCAD · GitHub](https://github.com/FreeCAD/FreeCAD/pull/9530) * [Draft: Support group styles in SVG import - fixes #6900 by yorikvanhavre · Pull Request #9522 · FreeCAD/FreeCAD · GitHub](https://github.com/FreeCAD/FreeCAD/pull/9522) * [Arch: Removed html from tooltips by yorikvanhavre · Pull Request #9515 · FreeCAD/FreeCAD · GitHub](https://github.com/FreeCAD/FreeCAD/pull/9515) * [Draft: Added dim overshoot parameters to Style task dialog by yorikvanhavre · Pull Request #9514 · FreeCAD/FreeCAD · GitHub](https://github.com/FreeCAD/FreeCAD/pull/9514) That's it for this week I guess! As always, thanks to everybody who sponsors me on [Patreon](https://www.patreon.com/yorikvanhavre), [LiberaPay](https://liberapay.com/yorik/) or [GitHub](https://github.com/sponsors/yorikvanhavre)!