diff --git a/src/Mod/BIM/bimcommands/BimViews.py b/src/Mod/BIM/bimcommands/BimViews.py index b62f99a13a..fba4f65fe7 100644 --- a/src/Mod/BIM/bimcommands/BimViews.py +++ b/src/Mod/BIM/bimcommands/BimViews.py @@ -480,6 +480,9 @@ class BIM_Views: toolTip = item.toolTip(0) obj = FreeCAD.ActiveDocument.getObject(toolTip) if obj: + # We switch visibility to be sure we will show childs of other childs + # beforehand, as the Visibility may not be propagated. + obj.ViewObject.Visibility = False obj.ViewObject.Visibility = True vm = findWidget()