C
by Coen on 10 Aug 2021, edited 3 Oct 2021
#
+2 votes
This is not really a bug report or question, but more knowledge sharing about the cool stuff Blender BIM is capable of. I can't imagine Revit handling this so well.
In the Netherlands there is a 3D BAG Viewer, it's a university/governmental institute which provides 3D building information of the Netherlands.

They made it possible to download this information in several formats. I downloaded a tile and imported the .obj format into Blender.

They provide a manual on how to get a correct .obj import
https://docs.3dbag.nl/nl/delivery/obj/
I tried exporting the whole geometry as an IfcBuildingElementProxy and it worked flawless.
In a few seconds I had the entire geometry in IFC to scale.

Next cool step would to find out how to assign the information from the 3DBAG viewer to IFC and split the geometry objects out by number to IfcBuilding.
L
by LaurensJN on 10 Aug 2021
#
+2 votes
The 3D BAG can be downloaded as CityJSON file and there is a ifccityjson converter under the IfcOpenShell banner: https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.6.0/src/ifccityjson
It splits all buildings into separate entities. It's still an ongoing process, but you could try it out!
L
by LaurensJN on 10 Aug 2021
#
+1 votes
If you'd like to do it in a more visual way, I'd suggest using the Blender Up3date plugin and again download data as CityJSON. It splits all buildings on (1) IDs without geometries (2) every LOD gets a separate object. From there you could use the BlenderBIM addon to convert all buildings to IFC (and maybe even preserve metadata, that .obj files do not have!).
B
by bitacovir on 10 Aug 2021
#
+1 votes
I encourage you to write tutorials or some documentation in our wiki about how to do these kind of workflows.
M
by magicalcloud_75 on 3 Oct 2021, edited 3 Oct 2021
#
New beta 21.09.08 has less (or no?) triangulation.
I suggest a direct and platform indepent Cityjson to IFC conversion tool
Because.. why doesn't dutch government supply IFC this in the first place?
https://www.linkedin.com/pulse/3d-bag-update-07-09-2021-lammerts-engineering/?trackingId=Ja8ZQFWhRlWD1N9sjFgAIg%3D%3D
(it's in dutch)