Implemented Gmsh Mesh Property "MeshSizeFromCurvature"

About the development of the FEM module/workbench.

Moderator: bernd

wmayer
Founder
Posts: 20243
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Implemented Gmsh Mesh Property "MeshSizeFromCurvature"

Post by wmayer »

HarryvL wrote: Wed Jun 15, 2022 8:33 am I installed 4.10.3 and don't get the MeshSizeFromCurvature error anymore. However, the mesh size parameters have no effect and get reset to 0 upon completion. I also get the following FC error in the report view:

Code: Select all

TypeError: Can't call meta function because I have no idea how to handle Base::Quantity
I guess your current FreeCAD version lacks of PySide2 support, right?

See:
https://forum.freecadweb.org/viewtopic.php?t=31776
User avatar
HarryvL
Veteran
Posts: 1285
Joined: Sat Jan 06, 2018 7:38 pm
Location: Netherlands

Re: Implemented Gmsh Mesh Property "MeshSizeFromCurvature"

Post by HarryvL »

wmayer wrote: Thu Jun 16, 2022 6:05 am
I guess your current FreeCAD version lacks of PySide2 support, right?

See:
https://forum.freecadweb.org/viewtopic.php?t=31776
Yes I do have PySide2 issues.
User avatar
HarryvL
Veteran
Posts: 1285
Joined: Sat Jan 06, 2018 7:38 pm
Location: Netherlands

Re: Implemented Gmsh Mesh Property "MeshSizeFromCurvature"

Post by HarryvL »

HarryvL wrote: Thu Jun 16, 2022 7:04 am
wmayer wrote: Thu Jun 16, 2022 6:05 am
I guess your current FreeCAD version lacks of PySide2 support, right?

See:
https://forum.freecadweb.org/viewtopic.php?t=31776
Yes I do have PySide2 issues.
Any suggestion how to move forward from here? At the moment I cannot generate any mesh. Neither GMSH nor Netgen work on my system. Could this all be related to PySide2 and Shiboken2? If so, how could I try to fix those dependencies?
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: Implemented Gmsh Mesh Property "MeshSizeFromCurvature"

Post by uwestoehr »

HarryvL wrote: Fri Jun 17, 2022 12:49 pm Any suggestion how to move forward from here?
Install the snap Package of FreeCAD 0.20:
https://github.com/FreeCAD/FreeCAD-snap

If your encounter issues with this, please inform our Snap team by opening an issue in the above-linked GitHub repository.
Post Reply