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 4
Hi all!
Here goes our fourth weekly update, showing what I have been doing this week with FreeCAD, specifically on the BIM and NativeIFC fronts. Here is what we have this week:
-
NativeIFC: Ability to create an IFC doc from scratch: For now, it's available from Python only. The idea I have with the NativeIFC addon is not to have any UI tools on its own, but rather modify progressively all tools of the BIM workbench to work with NativeIFC. So the idea here is to have the Project tool handle this. But I'm still not 100% sure how to integrate that seamlessly and meaningfully, so for now this is not available via the UI. To test from Python, just run
import ifc_tools;
ifc_tools.create_document(FreeCAD.ActiveDocument)
. commit -
NativeIFC: Tested workflow to create 2D views: I tested a bit how easy it is to generate 2D views from a NativeIFC file. Basically it works out of the box, as long as the objects have their shapes loaded. More work is needed, though, to handle cases such as container objects (need to include subobjects), autoload shapes when needed, or handle materials for the "Arch Fuse" property.
-
FreeCAD: Fixed DWG export output message: There is now a more meaningful message when a valid DWG exporter is not found PR
-
NativeIFC: Documentation: I started writing documentaiton for the NativeIFC addon. So far it's found on the NativeIFC README page but the idea is of course to elaborate and detail it further and move it to a more appropriate place later on.
-
NativeIFC: Handle change of properties: Each IFC type has a different set of attributes. Up to now, when you changed the IFC class of an object, the attributes were not rebuilt. This is now solved. commit
That's it for this week! As always, thanks to everybody who sponsors me on Patreon, LiberaPay or GitHub!
Comment on this post on Twitter FreeCAD forum Mastodon - Show replies