diff --git a/freecad/asm3/assembly.py b/freecad/asm3/assembly.py index 4d4cf20..d7cda84 100644 --- a/freecad/asm3/assembly.py +++ b/freecad/asm3/assembly.py @@ -1185,7 +1185,8 @@ class ViewProviderAsmElement(ViewProviderAsmOnTop): if not vobj or hasProperty(vobj.Object,'Radius'): return if getattr(vobj,'ShowCS',False) or\ - gui.AsmCmdManager.ShowElementCS: + gui.AsmCmdManager.ShowElementCS or\ + not hasattr(vobj.Object,'Shape'): return True return utils.isInfinite(vobj.Object.Shape)