ifcPlusPlus

This forum section is only for IFC-related issues
cadgiru
Posts: 91
Joined: Thu Oct 27, 2016 9:53 am
Location: Norway
Contact:

Re: ifcPlusPlus

Post by cadgiru »

OS: Ubuntu 18.04.1 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.13541 (Git)
Build type: None
Branch: releases/FreeCAD-0-17
Hash: 9948ee4f1570df9216862a79705afb367b2c6ffb
Python version: 2.7.15rc1
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: English/UnitedStates (en_US)

Apart from GUI interface to files (Running Unity) it seems to be working
ifcOpenhouse.jpg
ifcOpenhouse.jpg (59.02 KiB) Viewed 1585 times
regards
paullee
Veteran
Posts: 5118
Joined: Wed May 04, 2016 3:58 pm

Re: ifcPlusPlus

Post by paullee »

Hi, glad to see you compiled it.

My version on fedora only have basic viewing function works / does not have the full functionality as Bernd described.

Hope some day there will be pre-compiled versions for all favour of Linux distributions :)
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: ifcPlusPlus

Post by bernd »

:D
paullee
Veteran
Posts: 5118
Joined: Wed May 04, 2016 3:58 pm

Re: ifcPlusPlus

Post by paullee »

Compiled the other day on Fedora29 :)

IfcPlusPlus - Compiled from Bernd's Repo downloaded on 2019.3.2
https://github.com/berndhahnebach/ifcplusplus

Seem works better than on Fedora 27 !
Screenshot from 2019-03-03 12-17-27.png
Screenshot from 2019-03-03 12-17-27.png (138 KiB) Viewed 1478 times
User avatar
Moult
Posts: 321
Joined: Sat Jan 05, 2019 11:46 am
Contact:

Re: ifcPlusPlus

Post by Moult »

A little FYI, that I have documented a little bit on the compilation of IfcPlusPlus on my article here:

https://thinkmoult.com/how-to-view-bim- ... linux.html

Also, if you haven't considered looking at IfcOpenShell's hidden magical viewer... now would be the time ;) As it offers a lot more functionality than IfcPlusPlus
I also blog about 3D rendering, architecture, software and other on thinkMoult.com. RSS / Atom feed available for your convenience.
paullee
Veteran
Posts: 5118
Joined: Wed May 04, 2016 3:58 pm

Re: ifcPlusPlus

Post by paullee »

Moult wrote: Fri Mar 15, 2019 4:25 am A little FYI, that I have documented a little bit on the compilation of IfcPlusPlus on my article here:

https://thinkmoult.com/how-to-view-bim- ... linux.html

Also, if you haven't considered looking at IfcOpenShell's hidden magical viewer... now would be the time ;) As it offers a lot more functionality than IfcPlusPlus

Thanks for bringing this up again.... attempting to use it... without knowledge in programming :) I get below:-

Code: Select all

[paullee@localhost ~]$ ./AppQViewerRun 
Traceback (most recent call last):
  File "./AppQViewerRun", line 2, in <module>
    from ifcopenshell.geom.app import application
  File "/home/paullee/.local/lib/python2.7/site-packages/ifcopenshell/geom/app.py", line 11, in <module>
    import OCC.AIS
ImportError: No module named OCC.AIS

Code: Select all

[paullee@localhost ~]$ cat AppQViewerRun 
#!/bin/python
from ifcopenshell.geom.app import application
application().start()

I compiled the ifcOpenShell using the .../nix/build-all.py

Need to compile the PthonOCC?

Appreciate if there is more instruction for dummies on this? Thanks.
User avatar
mfv
Posts: 8
Joined: Fri Apr 12, 2019 7:16 am
Location: Veneto, Italy
Contact:

Re: ifcPlusPlus

Post by mfv »

Ciao!
kkremitzki wrote: Wed Aug 22, 2018 3:51 pm Basically yes, Ubuntu is based on Debian Testing.

Regarding the packaging: this looks like a job for me! Should I go ahead and try to get IFC++ in via the Debian Science Team? They have a bit of a backlog for my work, but this looks like it would be a good reason to keep them busy.
FYI, I've worked on that last week and it's ready for an eventual upload. Ping me in case you're interested in maintaining it together under Debian Science Team umbrella.
Imagine a red swirl here.
Post Reply