<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Jan 28, 2014 at 6:43 AM, agatte <span dir="ltr"><<a href="mailto:agatakrason@gmail.com" target="_blank">agatakrason@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
<br>
<br>
I want to scale a vtkPlaneWidget.<br>
I followed example from vtk wiki. It works well on the sphere, it looks that<br>
has normal size.<br>
But when I load my  mesh model. Plane is very small.<br>
<br>
I am trying to add planeWidget->GetProp3D()->SetScale(10,10,10);<br>
I received errror : Access violation reading location ...<br>
<br>
I don' t know what is it wrong in my code <br></blockquote><div><br>I wouldn't mess with the prop inside of a widget. Instead you should 
probably use the planeWidget->SetPoint1() and SetPoint2() to specify corners of the plane.<br><br>David <br></div></div></div></div>