Assembly: Deletes exploded view deletes the moves objects.

This commit is contained in:
PaddleStroke
2024-06-11 10:29:46 +02:00
parent 6fa7c4785e
commit 87bfe83ed6

View File

@@ -210,6 +210,11 @@ class ViewProviderExplodedView:
return True
def onDelete(self, vobj, subelements):
for obj in self.claimChildren():
obj.Document.removeObject(obj.Name)
return True
######### Exploded View Move #########
ExplodedViewStepTypes = [