Search found 40 matches

by BIM Bo
Fri Apr 30, 2021 11:42 am
Forum: Help on using FreeCAD
Topic: Exporting to IFC with non-ASCII names broken?
Replies: 3
Views: 1002

Re: Exporting to IFC with non-ASCII names broken?

... I can actually be more precise after peeking in the console: Traceback (most recent call last): File "<string>", line 6, in <module> File "/tmp/.mount_FreeCAzWi0hZ/usr/Mod/Arch/exportIFC.py", line 1550, in export ifcfile.write(filename) File "/tmp/.mount_FreeCAzWi0hZ/us...
by BIM Bo
Fri Apr 30, 2021 11:28 am
Forum: Developers corner
Topic: Improve support of high DPI displays
Replies: 14
Views: 8224

Re: Improve support of high DPI displays

Please change your tone. I understand your annoyance. But it doesn't help. It would be much more productive if you could describe the issue carefully, specify your scale factor in display settings and screenshots of how it looks compared to other GNOME apps. Also you didn't provide Qt version to ma...
by BIM Bo
Fri Apr 30, 2021 11:23 am
Forum: Help on using FreeCAD
Topic: Exporting to IFC with non-ASCII names broken?
Replies: 3
Views: 1002

Exporting to IFC with non-ASCII names broken?

(still) 0.19 23141 AppImg here.

Trying to export a very simple BIM project to IFC. Maybe (educated guess here) it's the ěščřřžýáí and the like in the object and group names, but the export fails pretty quick and pretty terse - see screenshots.
by BIM Bo
Fri Apr 16, 2021 10:30 am
Forum: Help on using FreeCAD
Topic: Regressions 0.19-23141 -> 0.20-24693
Replies: 2
Views: 926

Re: Regressions 0.19-23141 -> 0.20-24693

All of the above applies for the 0.19-24276 version too.

So

Code: Select all

QT_SCALE_FACTOR=0.7 ./FreeCAD_0.19-23141-Linux-Conda_glibc2.12-x86_64.AppImage
is still best for me now.
by BIM Bo
Fri Apr 16, 2021 10:02 am
Forum: Help on using FreeCAD
Topic: Regressions 0.19-23141 -> 0.20-24693
Replies: 2
Views: 926

Regressions 0.19-23141 -> 0.20-24693

So... after a while - and because the BIM model for our house is trickling in, I had an updated look on it via FreeCAD. Unfortunately, I have yet to find an aspect that 0.20-24693 does better than the last version I reviewed. Qt scaling is wrong still/again and not to be corrected via any known QT e...
by BIM Bo
Fri Apr 16, 2021 9:33 am
Forum: Developers corner
Topic: Improve support of high DPI displays
Replies: 14
Views: 8224

Re: Improve support of high DPI displays

In older Qt version there's an option of setting environment variable QT_SCALE_FACTOR. Maybe you have it set to a large value? That was required for old Qt versions, but not anymore. https://doc.qt.io/qt-5/highdpi.html Says who? The Qt or the FreeCAD marketing department? 4k 15.6" HiDPI Screen...
by BIM Bo
Fri Dec 11, 2020 3:06 pm
Forum: Job offers
Topic: IFC/BIM
Replies: 5
Views: 7019

Re: IFC/BIM

If you want a taste of such a model to play around: https://friends.ccbib.org/lambda/segfault.ifc It even segfaults because of a bug in IfcOpenShell, see https://github.com/IfcOpenShell/IfcOpenShell/issues/904 Are you sure it's not the segfault.ifc model that is broken? Just tried to import it with...
by BIM Bo
Fri Dec 11, 2020 2:42 pm
Forum: IFC
Topic: [SOLVED] IfcPlusPlus compiled on Gentoo - questions and alternatives?
Replies: 26
Views: 18539

Re: [SOLVED] IfcPlusPlus compiled on Gentoo - questions and alternatives?

I'd like to add info about how to compile IfcPlusPlus on Arch Linux: You probably need http://www.openscenegraph.org/, at least that was the single package missing for me. Everything else was already installed pacman -S community/openscenegraph clone the repo git clone https://github.com/ifcquery/if...
by BIM Bo
Fri Dec 11, 2020 12:22 pm
Forum: Help on using FreeCAD
Topic: Part_ExplodeCompound Hangs (V0.19)
Replies: 2
Views: 941

Part_ExplodeCompound Hangs (V0.19)

Increment compiling whatever gets pushed to the Git Repo. I mean - why not? So 0.19R23308 it is. Importing this DXF from the register of real estate: http://services.cuzk.cz/dxf/ku/643777.zip it shows up pretty, but the structure is not as desired. All property borders seem to be convoluted into one...
by BIM Bo
Thu Dec 10, 2020 4:19 pm
Forum: Open discussion
Topic: My Tapeworm-thread of observed FreeCAD bugs
Replies: 22
Views: 4166

Re: My Tapeworm-thread of observed FreeCAD bugs

Did an incremental compile 23266 -> 23268. There was one change in the OS I did: while the shiboken2 Python bindings were installed, shiboken2 itself was not - don't ask me why. I found out by examining the cmake output, which complained about it missing (but still going on both cmake and make) So I...