With some models, the following call causes a segmentation fault:<br>vtkSmartPointer&lt;vtkFieldData&gt; FieldData = polydata-&gt;GetFieldData();<br><br>I was originally calling <br>vtkSmartPointer&lt;vtkDoubleArray&gt; ScannerLocationArray = vtkDoubleArray::SafeDownCast(polydata-&gt;GetFieldData()-&gt;GetArray(&quot;ScannerLocation&quot;));<br>
<br>but I thought the -&gt;GetArray() might be failing if GetFieldData returned null, so I tried to get the entire field data, and it still crashes.<br><br>Any thoughts?<br><br clear="all">Thanks,<br><br>David<br>