<div>Anyone? I thought there were some Python users of VTK...</div>
<div>BTW, by using the debug build of VTK, I found that the error comes from line 328 of vtkdataarraytemplate.txx, in which I get:</div>
<div>&nbsp;</div>
<div>&quot;Unhandled exception at 0x019e30db (vtkCommon.dll) in Python.exe&quot;</div>
<div>&nbsp;</div>
<div>This line says:</div>
<div>&nbsp;</div>
<div>for(int j=0; j &lt; this-&gt;NumberOfComponents; ++j)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; this-&gt;Tuple[j] = static_cast&lt;double&gt;(t[j]);<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp; return this-&gt;Tuple;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Sorry to bother you with my questions, but I am just unable to find where the error is... is there anyone that can at least try the code and see if it works?</div>
<div>Thank you very much for your suggestions.</div>
<div>&nbsp;</div>
<div>Andrea.</div>
<div>&nbsp;</div>
<div>&nbsp;</div>