Categories:
-
3d 96 articles
-
animations 16 articles
-
architecture 47 articles
-
blender 98 articles
-
bédé 19 articles
-
techdrawing 24 articles
-
freecad 189 articles
-
gaming 1 articles
-
idsampa 8 articles
-
inthepress 8 articles
-
linux 57 articles
-
music 1 articles
-
nativeifc 30 articles
-
opensource 266 articles
-
orange 4 articles
-
photo 16 articles
-
projects 35 articles
-
receitas 176 articles
-
saopaulo 18 articles
-
sketches 163 articles
-
talks 25 articles
-
techdrawing 24 articles
-
textes 7 articles
-
trilhas 3 articles
-
urbanoids 1 articles
-
video 47 articles
-
webdesign 7 articles
-
works 151 articles
Archives:
-
2007 22 articles
-
2008 32 articles
-
2009 66 articles
-
2010 74 articles
-
2011 74 articles
-
2012 47 articles
-
2013 31 articles
-
2014 38 articles
-
2015 28 articles
-
2016 36 articles
-
2017 41 articles
-
2018 46 articles
-
2019 59 articles
-
2020 18 articles
-
2021 20 articles
-
2022 7 articles
-
2023 25 articles
-
2024 14 articles
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 and NativeIFC in FreeCAD. As we are approaching a new FreeCAD release, 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. commit
- 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
- 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
- Start: Fixed loading from custom folder by yorikvanhavre · Pull Request #9537 · FreeCAD/FreeCAD · GitHub
- Draft: Skip SVG import DPI dialog if a unit is specified in the file by yorikvanhavre · Pull Request #9533 · FreeCAD/FreeCAD · GitHub
- Draft: Better svg linestyle settings - fixes #6733 by yorikvanhavre · Pull Request #9530 · FreeCAD/FreeCAD · GitHub
- Draft: Support group styles in SVG import - fixes #6900 by yorikvanhavre · Pull Request #9522 · FreeCAD/FreeCAD · GitHub
- Arch: Removed html from tooltips by yorikvanhavre · Pull Request #9515 · FreeCAD/FreeCAD · GitHub
- Draft: Added dim overshoot parameters to Style task dialog by yorikvanhavre · Pull Request #9514 · FreeCAD/FreeCAD · GitHub
That's it for this week I guess! As always, thanks to everybody who sponsors me on Patreon, LiberaPay or GitHub!
Read next:
FreeCAD BIM weekly update 10:
What I have been doing with FreeCAD and BIM this week
Comment on this post on Twitter FreeCAD forum OSArch Mastodon - Show replies