I have written some python code, for object creation using the python programmable source. One of the properties I am adding to the object is a cell based vtkStringArray. <br>The issue is that I am facing two issues, one is that I am unable to threshold the vtkStringArray, since the following line always returns null:
<br> vtkDataArray *inScalars = this->GetInputArrayToProcess(0,inputVector);<br><br>and secondly, if I try to save or load an object with a vtkStringArray property in windows, I crash paraview.<br><br>Does anybody know if this a bug inside paraview, or should I be using some form of Char Array, etc
<br>