FEM: do not hide constraints for result view
This commit is contained in:
parent
187894d8b5
commit
e47560003e
|
@ -101,8 +101,8 @@ class FemCommands(object):
|
|||
def hide_parts_constraints_show_meshes(self):
|
||||
if FreeCAD.GuiUp:
|
||||
for acnstrmesh in FreeCAD.activeDocument().Objects:
|
||||
if "Constraint" in acnstrmesh.TypeId:
|
||||
acnstrmesh.ViewObject.Visibility = False
|
||||
#if "Constraint" in acnstrmesh.TypeId:
|
||||
# acnstrmesh.ViewObject.Visibility = False
|
||||
if "Mesh" in acnstrmesh.TypeId:
|
||||
aparttoshow = acnstrmesh.Name.replace("_Mesh","")
|
||||
for apart in FreeCAD.activeDocument().Objects:
|
||||
|
|
Loading…
Reference in New Issue
Block a user