Search found 36 matches

by wingman
Thu Oct 14, 2021 11:29 pm
Forum: FEM
Topic: Is it possible to display stresses as % of allowable on the model ?
Replies: 2
Views: 1751

Is it possible to display stresses as % of allowable on the model ?

I have a multi material model. Is it possible to display stresses as a percentage of the allowable stress (tension and compression) of the underlying material ? How about strain ?
by wingman
Thu Oct 14, 2021 9:49 pm
Forum: FEM
Topic: How do I display a stress legend when viewing CCX Results ?
Replies: 1
Views: 1352

How do I display a stress legend when viewing CCX Results ?

I've generated a FEM result for a model I'm working on. I'd like to view a stress legend for the colors in the model when I view it via CCX results. Is there a way to do that ?
by wingman
Thu Oct 14, 2021 9:46 pm
Forum: FEM
Topic: Buckling Analysis
Replies: 3
Views: 3094

Re: Buckling Analysis

Great share @thschrader.
by wingman
Thu Oct 14, 2021 3:23 am
Forum: Open discussion
Topic: Menus missing in 0.19-2 ? Fedora 34, KDE/plasma
Replies: 8
Views: 1992

Re: Menus missing in 0.19-2 ? Fedora 34, KDE/plasma

adrianinsaval wrote: Wed Oct 13, 2021 7:53 pm I think it's the spected behavior that the menu dissapears from the app when you have global menu
Yes, but the FreeCAD menu should have appeared on the global menu widget. It didn't. I'm guessing there is probably an issue within Qt that will be resolved in a future FreeCAD build.
by wingman
Wed Oct 13, 2021 7:40 pm
Forum: Open discussion
Topic: Menus missing in 0.19-2 ? Fedora 34, KDE/plasma
Replies: 8
Views: 1992

Re: Menus missing in 0.19-2 ? Fedora 34, KDE/plasma

Great heads up on Global Menus ! I haven't rebooted in a long time and when I did, somehow my default panel disappeared. So I created a new one. That was probably the source of my problem. I reinstalled my default panel and deleted the new panel I installed, then restarted FreeCAD and its menus reap...
by wingman
Wed Oct 13, 2021 6:00 pm
Forum: Open discussion
Topic: Menus missing in 0.19-2 ? Fedora 34, KDE/plasma
Replies: 8
Views: 1992

Menus missing in 0.19-2 ? Fedora 34, KDE/plasma

$ uname -a
Linux fedora 5.14.10-200.fc34.x86_64 #1 SMP Thu Oct 7 20:49:53 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

Plasma 5.22.5-1

I'd provide the About Info, but I have no menu to select it from. Is there a way to run Help->About->FreeCAD from Python ?

Is anyone else having this problem ?
by wingman
Thu Oct 07, 2021 12:14 am
Forum: FEM
Topic: gmsh fails on simple cube
Replies: 29
Views: 14746

Re: gmsh fails on simple cube

The cube can be meshed with FreeCAD 0.19-2 run via appimage. OS: Fedora 34 (Workstation Edition) (KDE/plasmax11) Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.19.24291 (Git) AppImage Build type: Release Branch: (HEAD detached at 0.19.2) Hash: 7b5e18a0759de778b74d3a5c17eba9cb815035a...
by wingman
Wed Oct 06, 2021 11:11 pm
Forum: FEM
Topic: gmsh fails on simple cube
Replies: 29
Views: 14746

Re: gmsh fails on simple cube

user1234 wrote: Fri Oct 01, 2021 7:15 pm This is maybe a smsh issue. On newer smsh versions the file SMDS_VtkEdge.cpp with the error does not exsist anymore.
Any ideas on how to test this ? I'd love to just run vtk-8, but it isn't available for Fedora 34 and the build is non trivial due to dependencies.
by wingman
Sun Oct 03, 2021 7:59 pm
Forum: Python scripting and macros
Topic: Center a QWidget window in the FreeCAD window ?
Replies: 4
Views: 1774

Re: Center a QWidget window in the FreeCAD window ?

I get that your code is more "correct", but I'm building a quick and dirty macro. If it runs 10x properly, I'm happy. My code is loosely based upon a FreeCAD macro YouTube video. https://www.youtube.com/watch?v=asLTXzkFjLY Maybe you should make a video that explains your code decisions ? T...