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
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
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
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
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