Hello,
exporting a surface mesh from a volume mesh works fine.
But exporting a mesh from shells delievers an empty mesh
Is this not implemented?
Tried this for this task https://forum.freecadweb.org/viewtopic.php?f=18&t=23711
But can't get mesh exported.
Faking .geo-file works of course:
// save
Mesh.Format = 27;
// Ignore Physical definitions and save all elements;
Mesh.SaveAll = 1;
Save "c:\users\aio\appdata\local\temp\daveSampleOutsideMetal_Mesh_TmpGmsh.stl";
File:
Tried with:
OS: Windows 10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.11731 (Git)
Build type: Release
Branch: master
Hash: 46aab48e6ae2855faee77cb925b498bf4dd738e5
Python version: 2.7.8
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.1.0
Locale: German/Germany (de_DE)
gmesh_3.0.4
SurfaceMesh from FEMMesh don't work with 2D-Meshes
Moderator: bernd
Forum rules
and Helpful information for the FEM forum
and Helpful information for the FEM forum
Re: SurfaceMesh from FEMMesh don't work with 2D-Meshes
For converting 2D elements, you need the script from the wiki:
https://freecadweb.org/wiki/FEM_FemMesh2Mesh
https://freecadweb.org/wiki/FEM_FemMesh2Mesh
Re: SurfaceMesh from FEMMesh don't work with 2D-Meshes
Thank you!
That worked.
BTW, wouldn't be better, if this becomes joined with that functionality
especially after this advertisement

https://forum.freecadweb.org/viewtopic. ... 50#p178208