<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> </div>
<div>"Unhandled exception at 0x019e30db (vtkCommon.dll) in Python.exe"</div>
<div> </div>
<div>This line says:</div>
<div> </div>
<div>for(int j=0; j < this->NumberOfComponents; ++j)<br> {<br> this->Tuple[j] = static_cast<double>(t[j]);<br> }<br> return this->Tuple;</div>
<div> </div>
<div> </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> </div>
<div>Andrea.</div>
<div> </div>
<div> </div>