Search found 165 matches

by tom
Wed Dec 16, 2020 7:31 pm
Forum: Forum in Deutsch
Topic: Testsieger FreeCAD - Geschwindigkeit: IFC-Geometrie-import zu Revit und Archicad, - vergl. Solid Works, Architektur usw.
Replies: 15
Views: 2848

Re: Testsieger FreeCAD - Geschwindigkeit: IFC-Geometrie-import zu Revit und Archicad, - vergl. Solid Works, Architektur

Für programmiertechnisch interessierte Leser hier noch mehr Futter:

https://bitbashing.io/comparing-floats.html

Kurz für Laien zusammengefasst: selbst das vermeintlich simple Vergleichen zweier Zahlen ist bei dem im FC verwendeten Datentyp schwer!

VG Tom
by tom
Wed Dec 16, 2020 7:07 pm
Forum: Forum in Deutsch
Topic: Testsieger FreeCAD - Geschwindigkeit: IFC-Geometrie-import zu Revit und Archicad, - vergl. Solid Works, Architektur usw.
Replies: 15
Views: 2848

Re: Testsieger FreeCAD - Geschwindigkeit: IFC-Geometrie-import zu Revit und Archicad, - vergl. Solid Works, Architektur

..... Eine Grenze ist sicherlich die größte als double darstellbare Zahl in mm. laut google ist das 1.797693E+308. das sollte fürs erste ausreichen :-) Das Problem ist hier nicht die größte darstellbare Zahl, sondern die erreichbare Genauigkeit. Die liegt nämlich bei 52 Bit, was etwa 15 Dezimalstel...
by tom
Tue Dec 15, 2020 8:14 pm
Forum: Developers corner
Topic: Weird Sketcher behaviour
Replies: 60
Views: 8681

Re: Weird Sketcher behaviour

All in all, I would prefer a solution that uses only color. A solution with drawstyle will not come at the time of this PR. Enhancements, if necessary will have to wait to layers to be implemented. Ok, only color for now. But the color for partially constraint elements could be configurable as well...
by tom
Tue Dec 15, 2020 6:28 pm
Forum: Developers corner
Topic: Weird Sketcher behaviour
Replies: 60
Views: 8681

Re: Weird Sketcher behaviour

All in all, I would prefer a solution that uses only color. A solution with drawstyle will not come at the time of this PR. Enhancements, if necessary will have to wait to layers to be implemented. Ok, only color for now. But the color for partially constraint elements could be configurable as well...
by tom
Tue Dec 15, 2020 5:20 pm
Forum: Developers corner
Topic: Weird Sketcher behaviour
Replies: 60
Views: 8681

Re: Weird Sketcher behaviour

Now there is another one for user input. We have seen how "white lines" become "another color" when constrained. What do we do for geometries that have a different color than "white"? What do we do for Construction and what do we do for new Internal Geometry Khaki colo...
by tom
Thu Dec 10, 2020 7:11 pm
Forum: Developers corner
Topic: quicker launches with local builds on macOS, why?
Replies: 3
Views: 543

Re: quicker launches with local builds on macOS, why?

I have a similar experience since several weeks in all 0.19 versions (both the master as well as the asm3 branch). When I start FC by clicking on the icon, then the whole MacOS GUI freezes for about 30 seconds, i.e. the dock animation stops and I can't do anything on the desktop, but the mouse point...
by tom
Fri Nov 06, 2020 12:15 pm
Forum: UX/UI Design
Topic: Nice tree view icons in LinkStage3 branch gone
Replies: 2
Views: 865

Re: Nice tree view icons in LinkStage3 branch gone

Perhaps it is only MacOS related. Here is my system info: OS: macOS Mojave (10.14) Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 2020.11.05.21911 +2545 (Git) Build type: Release Branch: LinkStage3 Hash: 04c80c99eee0f7d2f761bdc7d8b32c077adefdec Python version: 3.7.8 Qt version: 5.12.1...
by tom
Thu Nov 05, 2020 7:01 pm
Forum: UX/UI Design
Topic: Nice tree view icons in LinkStage3 branch gone
Replies: 2
Views: 865

Nice tree view icons in LinkStage3 branch gone

Hi realthunder, in build 2020.10.22 of the LinkStage3 branch I saw those really nice icons in the tree view. But after upgrading to build 20201026 and later they are gone again. treeview_icons.jpg I already checked the git history after October 22th, but I could not find any suitable commit, which m...
by tom
Sun Oct 11, 2020 10:12 am
Forum: Open discussion
Topic: CADCloud Video introduction
Replies: 27
Views: 7719

Re: CADCloud Video introduction

Does it preserve the FreeCAD file format when uploading to the cloud? If so, how the CADCloud ensures a compatible data exchange with other CAD programs? If not, how can I continue to work on my FreeCAD document, which was only saved in CADCloud?

BR Tom
by tom
Sat Oct 10, 2020 8:30 pm
Forum: Help on using FreeCAD
Topic: Body local variables?
Replies: 5
Views: 796

Re: Body local variables?

Probably you are interested in this new feature developed by realthunder in his asm3 branch:

https://forum.freecadweb.org/viewtopic.php?f=17&t=42183

Unfortunately, this cool feature did not reach the master branch of FreeCAD yet.

BR Tom