<div dir="ltr">Hi Andreas,<div><br></div><div>The way you have used vtk.mutable(), the mutable object is thrown away as soon as the function call is complete:<br></div><div><br></div><div>    cell.EvaluatePosition(...,vtk.mutable(subId),...,vtk.mutable(dist2),...)</div><div><br></div><div>Do this instead:</div><div><br></div><div><div>    subId=vtk.mutable(-1)</div><div>    dist2=vtk.mutable(-1.0)</div></div><div>    cell.EvaluatePosition(...,subId,...,dist2,...)</div><div><br></div><div>Cheers,</div><div> - David</div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 8, 2016 at 8:51 AM, Andreas Buykx <span dir="ltr"><<a href="mailto:A.Buykx@tnodiana.com" target="_blank">A.Buykx@tnodiana.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="NL" link="blue" vlink="purple">
<div>
<p class="MsoNormal"><span lang="EN-US">I tried to compare the EvaluatePosition results of vtkQuad and vtkQuadraticQuad, by calling them from a python script, but the result is unexpected. Is it possible to call the function from python?<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">thanks!<span><font color="#888888"><u></u><u></u></font></span></span></p><span><font color="#888888">
<p class="MsoNormal"><span lang="EN-US">Andreas<u></u><u></u></span></p>
</font></span></div>
</div>

</blockquote></div><br></div></div>