Fem: Replace old FemMesh Netgen object implementation

This commit is contained in:
marioalexis
2024-09-15 20:51:04 -03:00
parent 9ec44feb53
commit cc0cdcf138
4 changed files with 18 additions and 16 deletions

View File

@@ -830,6 +830,7 @@ class _MeshNetgenFromShape(CommandManager):
self.selobj.Name
)
)
FreeCADGui.doCommand("FreeCAD.ActiveDocument.ActiveObject.Fineness = 'Moderate'")
# Netgen mesh object could be added without an active analysis
# but if there is an active analysis move it in there
import FemGui