
Step by step we will get there ...
Moderator: bernd
thus result mesh node numbers are not equal to results anymore thus the results are wrong. I reopened issue issue #2873
issue #3617bernd wrote: ↑Thu Apr 05, 2018 6:30 am https://github.com/FreeCAD/FreeCAD/pull/1396 it does fix the crash, and vtk mesh export works. But the result pipeline still does not work if the SMESH mesh has node gaps. An error message is printed in report view.
At least FreeCAD does no longer crash![]()
should be fixed with git commit 1643520 testing is highly appreciatedbernd wrote: ↑Tue Sep 25, 2018 9:31 pmissue #3617bernd wrote: ↑Thu Apr 05, 2018 6:30 am https://github.com/FreeCAD/FreeCAD/pull/1396 it does fix the crash, and vtk mesh export works. But the result pipeline still does not work if the SMESH mesh has node gaps. An error message is printed in report view.
At least FreeCAD does no longer crash![]()
The problem with reloading the the unv file is that smesh performs the function compatMesh() and thus changes all the ids. The question is whether there is a way to handle this.bernd wrote: ↑Thu Jan 17, 2019 7:46 am you gone mix bugs harry ... issue #2873 and issue #3617
BTW: vtk result should work on file reload. FreeCAD result works as long as the file is not saved.
Two years ago we disscussed this with user vejmarie and decided to leave compactMesh(), but at that time the 3D mesh result from 2D analysis (which introduces node gaps in the mesh) was not possible. Thus the bug was closed and reopend a few month ago when we found this problem. The next problem is, we can not just deactivate the compactMesh() IMHO. Thus because it is possible to compile FreeCAD with external SMESH which still has compactMesh() ...wmayer wrote: ↑Thu Jan 17, 2019 4:07 pmThe problem with reloading the the unv file is that smesh performs the function compatMesh() and thus changes all the ids. The question is whether there is a way to handle this.bernd wrote: ↑Thu Jan 17, 2019 7:46 am you gone mix bugs harry ... issue #2873 and issue #3617
BTW: vtk result should work on file reload. FreeCAD result works as long as the file is not saved.