Kada B

Results 1 comments of Kada B

In [occt_widget.py Line 91](https://github.com/CadQuery/CQ-editor/blob/4b461fe195d0a4e99b9a6c43b7e1fe0cb4c5e77d/cq_editor/widgets/occt_widget.py#L91) I've found the rotation method called from the V3d_Viewer. [V3d_Viewer](https://dev.opencascade.org/doc/occt-6.9.1/refman/html/class_v3d___view.html) has multiple [rotation methods](https://dev.opencascade.org/doc/occt-6.9.1/refman/html/class_v3d___view.html#a7a6cae8fdac0a242be51300920605f8e) ``` if event.buttons() == Qt.LeftButton: self.view.Rotation(x,y) ``` Maybe one of the four...