Hi! It looks like this has not been implemented in pythonOCC's Display module - here's the corresponding source code:
def SetOrthographic(self, _bool): [some docstring text] pass (see https://github.com/tpaviot/pythonocc/blob/master/src/addons/Display/OCCViewer.py ) So the SetOrthographic method from pythonOCC doesn't do anything. You will have to directly use the functions provided by OpenCASCADE. (However, I can't help you with that) Note to the pythonOCC developers: I think this method should be removed. I was confused by it as well when I started using pythonOCC. _______________________________________________ Pythonocc-users mailing list Pythonocc-users@gna.org https://mail.gna.org/listinfo/pythonocc-users