Search found 20133 matches

by wmayer
Sun Mar 31, 2024 3:06 pm
Forum: FEM
Topic: Can't invoke Material Editor
Replies: 2
Views: 302

Re: Can't invoke Material Editor

The regression is caused by 6624fa3775ae . For a build it copies the file materials-editor.ui to Mod/Material/Resources/ui of the build directory while after running the install target the file is still under Mod/Material. MaterialEditor.py has been adjusted to load the ui file from the new location...
by wmayer
Sun Mar 31, 2024 2:35 pm
Forum: Forum in Deutsch
Topic: Projekt in Freecad sehr langsam
Replies: 31
Views: 2834

Re: Projekt in Freecad sehr langsam

Die meiste Zeit geht beim Neuberechnen der Features drauf und nicht so sehr mit der Tessellierung. Testweise habe ich einmal alle Features und einmal ein Feature mitsamt Abhängigkeiten neu berechnen lassen und das Ganze mit und ohne GUI. Alle Features neu berechnen: import time doc = App.ActiveDocum...
by wmayer
Sun Mar 31, 2024 9:08 am
Forum: Open discussion
Topic: [feature request] Loop counter for preselection so that the zooming of large assemblies is not slowed down
Replies: 6
Views: 414

Re: [feature request] Loop counter for preselection so that the zooming of large assemblies is not slowed down

OK, but for developers the central place to look for new feature requests or bug reports is the issue tracker and not the forum.
by wmayer
Sat Mar 30, 2024 8:57 pm
Forum: Help on using FreeCAD
Topic: Can't mirror in Datum Plane?!
Replies: 5
Views: 357

Re: Can't mirror in Datum Plane?!

How did you create this mirror plane reference?
Found a way. If the mirror plane is set with property editor then the whole datum plane is set and then it fails. I will open a feature request for it...
by wmayer
Sat Mar 30, 2024 8:54 pm
Forum: Help on using FreeCAD
Topic: Can't mirror in Datum Plane?!
Replies: 5
Views: 357

Re: Can't mirror in Datum Plane?!

OK, I found out what's different: If you load the project and check the mirror plane with App.ActiveDocument.Mirrored.MirrorPlane it says (<Part::PartFeature>, []) If you redefine the mirror plane and check it again then it says: (<Part::PartFeature>, ['']) How did you create this mirror plane refer...
by wmayer
Sat Mar 30, 2024 8:40 pm
Forum: Help on using FreeCAD
Topic: Can't mirror in Datum Plane?!
Replies: 5
Views: 357

Re: Can't mirror in Datum Plane?!

No idea what's wrong. If I load your project and do a recompute an error is raised that it fails. But if I redefine the mirror plane then it works.
by wmayer
Sat Mar 30, 2024 6:43 pm
Forum: Install / Compile
Topic: How to install FreeCAD on Ubuntu 22.04 with gmsh for FEM
Replies: 9
Views: 741

Re: How to install FreeCAD on Ubuntu 22.04 with gmsh for FEM

installation via apt using the FreeCAD repo with: The question is why the PPA version uses a newer version than the Ubuntu 22.04 standard package. Maybe you should discuss this with kkremitzki . On my system I also use the standard OCCT package and this is totally fine. Ubuntu 22.04 requires Fuse3 ...
by wmayer
Sat Mar 30, 2024 6:18 pm
Forum: Forum in Deutsch
Topic: Projekt in Freecad sehr langsam
Replies: 31
Views: 2834

Re: Projekt in Freecad sehr langsam

Kann man das auch ohne Google-Konto herunterladen?
by wmayer
Sat Mar 30, 2024 4:52 pm
Forum: Install / Compile
Topic: [SOLVED] Multiple build errors on Linux
Replies: 6
Views: 450

Re: [SOLVED] Multiple build errors on Linux

You only have to run it when a new sub module was added. It doesn't happen very often.