Thank you very much!


I thought there is a simple procedure to turn on the perspective and I just 
dont see it :). Yesterday, I was looking into the code of OCCViewer.py for 
something else and it didnt occured to me, that I could look at this method 
and see, that it is not implemented yet.

It would be really cool to se things from different perspective :-D.




Best regards,

Tomas Letal






---------- Původní zpráva ----------
Od: Marko <marko...@gmail.com>
Datum: 13. 9. 2013
Předmět: Re: [Pythonocc-users] perspective in PythonOCC 0.5

"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";
_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to