VASIMRLJJ
Results
1
comments of
VASIMRLJJ
I had the same problem, and that's how I solved it: simply add "self.Context.Deactivate()" before activate the context, refer to: [https://dev.opencascade.org/content/local-context-removal](https://dev.opencascade.org/content/local-context-removal) ` def SetSelectionMode(self, mode=None): self.Context.Deactivate() topo_level = next(modes) if...