Free IFC models made in FreeCAD

A forum dedicated to the Draft, Arch and BIM workbenches development.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
dcapeletti
Posts: 504
Joined: Wed Jul 23, 2014 2:27 pm

Free IFC models made in FreeCAD

Post by dcapeletti »

Hello, I'm going to tell you a little about the problems I'm dealing with.

I'm currently working on the migration of BIM models to the browser. There is an open source platform called mago3djs that allows to take the IFC to the browser. See http://www.mago3d.com/eng/ and also see http://www.mago3d.com/eng/?p=186 for more information. Here is an official demo http://www.mago3d.net/homepage/demo.do? ... um&lang=en

In this link there is a video of how to use the demo https://www.youtube.com/watch?v=jGz-M-kL0pg
See https://es.slideshare.net/endofcap/mago ... m-platform

Mago3djs has a software converter to F4D that allows you to convert large IFC models to the browser. Then you configure the GIS coordinates in mago3d and the building is drawn on Cesium. Having these models in the browser, you can get the unique identifier to consult the information of an ERP software (Odoo or tryton).

Mago3djs offers an API to work with BIM models in the browser in a very simple and powerful way. You can click on a door or window, move it, paint it, consult information among other things. And it doesn't matter how many buildings you have, because it uses LOD to download the information when you approach the model.

The point is that I'm looking for BIM models of buildings or houses of medium / high complexity made in FreeCAD to mount on this platform I'm testing. I hope you can help me. :)

Thanks
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Free IFC models made in FreeCAD

Post by bernd »

User avatar
regis
Posts: 750
Joined: Sun Jul 12, 2015 8:17 am
Contact:

Re: Free IFC models made in FreeCAD

Post by regis »

bernd wrote: Thu Feb 21, 2019 8:41 pm https://github.com/GreatDevelopers/Free ... Residences
hehe nice link, I didn't know this existed.
User avatar
yorik
Founder
Posts: 13665
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: Free IFC models made in FreeCAD

Post by yorik »

Me neither! A few well-known FreeCAD people behind that ;)
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Free IFC models made in FreeCAD

Post by bernd »

I found it by accident ... it is a link in this post ... https://forum.freecadweb.org/viewtopic. ... 58#p268089
User avatar
dcapeletti
Posts: 504
Joined: Wed Jul 23, 2014 2:27 pm

Re: Free IFC models made in FreeCAD

Post by dcapeletti »

Thanks for the information. I think these models are enough to experiment with mago3d. I will place images when I get results.

Thanks
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Free IFC models made in FreeCAD

Post by bernd »

FreeCAD is able to read OpenStreetMap data and there is 3D information inside osm as well. At least there is a 3D openstreetmap too. Which means you should be able to get hundreds of models with the geo data by writing some code ...

http://www.osm-3d.org/

as far as I know the town Rostock has quit good 3D data, but this was some years ago. All this has might be changed ...
User avatar
regis
Posts: 750
Joined: Sun Jul 12, 2015 8:17 am
Contact:

Re: Free IFC models made in FreeCAD

Post by regis »

yorik wrote: Fri Feb 22, 2019 1:29 pm Me neither! A few well-known FreeCAD people behind that ;)
I'm probably going to clean up a few previously made models to drop on there aswell.
bernd wrote: Fri Feb 22, 2019 8:12 pm FreeCAD is able to read OpenStreetMap data
Wow really? impressive. did not know that either. How do you open and extract osm for freecad?
paullee
Veteran
Posts: 5134
Joined: Wed May 04, 2016 3:58 pm

Re: Free IFC models made in FreeCAD

Post by paullee »

Microely's GeoData WB ?

- it stopped working in my system some time ago for Unknown reason...
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Free IFC models made in FreeCAD

Post by bernd »

paullee wrote: Sat Feb 23, 2019 3:13 am Microely's GeoData WB ?
- it stopped working in my system some time ago for Unknown reason...
Yes, and this might be because GeoData it is not Python3 compatible ... but someone is working on it ... https://forum.freecadweb.org/viewtopic. ... 71#p288675


regis wrote: Sat Feb 23, 2019 2:17 am How do you open and extract osm for freecad?
https://youtu.be/yae3vN0I9os
Post Reply