<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=GB2312">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi all,<br>
<br>
I am a wxpython user and pretty new to VTK.<br>
<br>
I need to do (1) embed VTK window into my wxPython frame and
(2)implement selection(bubber band). <br>
<br>
I managed to do (1) by using following two classes:<br>
<br>
<a class="moz-txt-link-freetext" href="https://github.com/Kitware/VTK/blob/master/Wrapping/Python/vtk/wx/wxVTKRenderWindow.py">https://github.com/Kitware/VTK/blob/master/Wrapping/Python/vtk/wx/wxVTKRenderWindow.py</a><br>
<a class="moz-txt-link-freetext" href="https://github.com/Kitware/VTK/blob/master/Wrapping/Python/vtk/wx/wxVTKRenderWindowInteractor.py">https://github.com/Kitware/VTK/blob/master/Wrapping/Python/vtk/wx/wxVTKRenderWindowInteractor.py</a><br>
<br>
For (2), by my study, <b>classvtkInteractorStyleRubberBandPick</b>
can be used, but I haven't figured out how to use it with my
wxVTKRenderWindow.<br>
<br>
Could anyone share some clue?<br>
<br>
Thanks in advance.<br>
<br>
Kang<br>
<br>
</body>
</html>