Currently I am stumped on how to turn on or off the visibility of items from <br>inside the paraview console.<br><br>Currently I am constructing Line and Sphere sources by doing<br>sphere = paraview.CreateProxy(&quot;sources&quot;,&quot;SphereSource&quot;,&quot;sources&quot;)
<br><br>But these always are constructed with their visibility turned off. I have tried<br>getting the properties of these objects using the vtkSMProxy ListMethods() but<br>that does not list it.<br><br>What do I need to access to be able to control their visibility?
<br>