<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>RE: [vtkusers] How to disable rotation</TITLE>
</HEAD>
<BODY>
<BR>

<P><FONT SIZE=2>Yi-Yu, This is all you need:</FONT>
</P>

<P><FONT SIZE=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vtkInteractorStyleImage *isi = vtkInteractorStyleImage::New();</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // vtkRenderWindowInteractor *iren</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; iren-&gt;SetInteractorStyle(isi);</FONT>
</P>

<P><FONT SIZE=2>Yang</FONT>
</P>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Yi-Yu Chou [<A HREF="mailto:chouyiyu@hotmail.com">mailto:chouyiyu@hotmail.com</A>] </FONT>
<BR><FONT SIZE=2>Sent: Thursday, July 01, 2004 3:30 PM</FONT>
<BR><FONT SIZE=2>To: vtkusers@vtk.org</FONT>
<BR><FONT SIZE=2>Subject: [vtkusers] How to disable rotation</FONT>
</P>
<BR>

<P><FONT SIZE=2>Dear vtk users,</FONT>
</P>

<P><FONT SIZE=2>Is it possible to disable rotation but keep pan and zoom alive ? I know there is a simple way to do it, but not perfect. You can use : pane.bind(&quot;&lt;ButtonPress-1&gt;&quot;, lambda e: e)</FONT></P>

<P><FONT SIZE=2>This method works well. But after using pan or zoom, the interactor of </FONT>
<BR><FONT SIZE=2>rotation is &quot;activated&quot;.</FONT>
<BR><FONT SIZE=2>How to fix this problem ? Or there is a better way to do it. </FONT>
<BR><FONT SIZE=2>Thanks in advance !!!</FONT>
</P>

</BODY>
</HTML>