<div dir="ltr"><div><div>Thanks!<br></div>Just found out that another solution is to set the view's "Representations" property to repr and the representation's "Input" property to sphere. I'll try yours as well, it looks much simpler.<br><br></div>Peter<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-06-15 19:46 GMT+02:00 Utkarsh Ayachit <span dir="ltr"><<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You're missing "adding the representation to the view" part, typically<br>
done using vtkSMParaViewPipelineControllerWithRendering::Show.<br>
<br>
See this example:<br>
<br>
<a href="https://gitlab.kitware.com/paraview/paraview/blob/master/ParaViewCore/ServerManager/Rendering/Testing/Cxx/TestParaViewPipelineControllerWithRendering.cxx#L126-128" rel="noreferrer" target="_blank">https://gitlab.kitware.com/paraview/paraview/blob/master/ParaViewCore/ServerManager/Rendering/Testing/Cxx/TestParaViewPipelineControllerWithRendering.cxx#L126-128</a><br>
</blockquote></div><br></div>