<div dir="ltr">Hello all,<div><br></div><div>I'm using VTK 8.0.1 and python 3.5 and am brand new to VTK. I am trying to export a surface plot using vtkPlotSurface.</div><div><font face="monospace, monospace"><br></font></div><div><font face="arial, helvetica, sans-serif">By referencing </font><font face="monospace, monospace"><a href="https://www.vtk.org/gitweb?p=VTK.git;a=blob;f=Charts/Core/Testing/Cxx/TestSurfacePlot.cxx" target="_blank">VTK-8.0.1/Charts/<wbr>Core/Testing/Cxx/<wbr>TestSurfacePlot.cxx</a> </font><font face="arial, helvetica, sans-serif">I </font>have successfully created a surface plot and have been able to render it in python (even though it doesn't really look like a surface plot) - see attached script. </div><div><br></div><div>In order to better visualize what I've made, I wanted to try and export it and then visualize using Paraview/Visit. However, I'm struggling to find any concrete examples where this type of vtk object is exported...</div><div><br></div><div>I have tried running the following:</div><div><div><font color="#0000ff">out = vtk.vtkOBJExporter()</font></div><div><font color="#0000ff">out.SetFilePrefix("test")</font></div><div><font color="#0000ff">out.SetInput(chart)</font></div><div><font color="#0000ff">out.Write()</font></div></div><div><font color="#0000ff"><br></font></div><div><font color="#000000">But end up with the following type error:</font></div><div><span style="color:rgb(255,0,0)">TypeError: SetInput argument 1: method requires a vtkRenderWindow, a vtkContextView was provided.</span></div><div><span style="color:rgb(255,0,0)"><br></span></div><div><font color="#000000">Can anyone provide assistance? Thanks in advance.</font></div><div><font color="#000000">-- Tony </font></div><div><br></div><div><br></div></div>