<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Olivier Coulon wrote:
<blockquote TYPE=CITE>&nbsp;
<br>David,
<p>you can use the vtkTkRenderWidget. As it is defined as a tk widget,
you
<br>can pack it as you would do normally. Then if you do:
<p>vtkTkRenderWidget .toplevel.frame.renWid
<br>set renWin [.toplevel.frame.renWid RenderWindow]
<p>you can manipulate renWin like a normal vtkRenderWindow (it is one).
<br><a href="http://public.kitware.com/mailman/listinfo/vtkusers"></a>&nbsp;</blockquote>
I realised I made a mistake there, the proper method is GetRenderWindow
(instead of RenderWindow).
<p>See graphics/exampleTcl/TkRenderWidget.tcl
<p>- Olivier
<br>&nbsp;</html>