Re: [Pythonocc-users] perspective in PythonOCC 0.5

2013-09-18 Thread Thomas Paviot
2013/9/13 Mark Blome > Hi Tomas, > > to me it looks like support for this would need to be implemented in > pythonocc/src/wrapper/Visualization/Display3d.cpp > something along the lines of replacing > myV3dView = myV3dViewer->CreateView(); > with > myV3dViewer->DefaultPerspectiveView () ; > myV

Re: [Pythonocc-users] perspective in PythonOCC 0.5

2013-09-15 Thread Tomáš Létal
13 Předmět: Re: [Pythonocc-users] perspective in PythonOCC 0.5 " Hi Tomas, to me it looks like support for this would need to be implemented in  pythonocc/src/wrapper/Visualization/Display3d.cpp something along the lines of replacing myV3dView = myV3dViewer->CreateView(); w

Re: [Pythonocc-users] perspective in PythonOCC 0.5

2013-09-13 Thread Mark Blome
ferent perspective :-D. > > Best regards, > Tomas Letal > > > -- Původní zpráva ------ > Od: Marko > 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 pythonOC

Re: [Pythonocc-users] perspective in PythonOCC 0.5

2013-09-13 Thread Tomáš Létal
would be really cool to se things from different perspective :-D. Best regards, Tomas Letal -- Původní zpráva -- Od: Marko 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 python

Re: [Pythonocc-users] perspective in PythonOCC 0.5

2013-09-13 Thread Marko
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 SetOrthograph