Swap front/back view directions to match with OCP CAD Viewer
also makes it match with many other CAD software
This commit is contained in:
@@ -252,13 +252,13 @@ class OCCViewer(QWidget,ComponentMixin):
|
||||
def front_view(self):
|
||||
|
||||
v = self._get_view()
|
||||
v.SetProj(0,1,0)
|
||||
v.SetProj(0,-1,0)
|
||||
v.SetTwist(0)
|
||||
|
||||
def back_view(self):
|
||||
|
||||
v = self._get_view()
|
||||
v.SetProj(0,-1,0)
|
||||
v.SetProj(0,1,0)
|
||||
v.SetTwist(0)
|
||||
|
||||
def left_view(self):
|
||||
|
||||
Reference in New Issue
Block a user