<div dir="ltr"><span style="color:rgb(0,0,0);font-family:Courier;font-size:12px">>>> dir(x3dExporter.SMProxy)</span><br><div><span style="color:rgb(0,0,0);font-family:Courier;font-size:12px"><br></span></div><div>
<span style="color:rgb(0,0,0);font-family:Courier;font-size:12px">Methods not found on the Wrapped proxy are then forwarded to the real proxy instance that is held by the SMProxy field.</span></div><div><span style="color:rgb(0,0,0);font-family:Courier;font-size:12px"><br>
</span></div><div><span style="color:rgb(0,0,0);font-family:Courier;font-size:12px">Moreover, here is the link to the ParaView/Python documentation.</span></div><div><span style="color:rgb(0,0,0);font-family:Courier;font-size:12px"><br>
</span></div><div><a href="http://www.paraview.org/ParaView3/Doc/Nightly/www/py-doc/index.html">http://www.paraview.org/ParaView3/Doc/Nightly/www/py-doc/index.html</a><span style="color:rgb(0,0,0);font-family:Courier;font-size:12px"><br>
</span></div><div><br></div><div>Seb</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, May 2, 2014 at 8:31 AM, Su, Simon M CTR USARMY ARL (US) <span dir="ltr"><<a href="mailto:simon.m.su.ctr@mail.mil" target="_blank">simon.m.su.ctr@mail.mil</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
<div style="direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt">Hello,<br>
<br>
Searching the past posting I found python scripts like the following from one of the posting<br>
<div>
<div>
<div>
<p><br>
</p>
<p>============<br>
</p>
<p>exporters=servermanager.createModule("exporters") </p>
</div>
</div>
</div>
<p></p>
<div>
<div>
<div>
<p>x3dExporter=exporters.X3DExporter(FileName="test.x3d") view = GetActiveView() </p>
</div>
</div>
</div>
<p></p>
<div>
<div>
<div>
<p>x3dExporter.SetView(view) # <===== NEW LINE </p>
</div>
</div>
</div>
<p></p>
<div>
<div>
<div>
<p>x3dExporter.Write() </p>
</div>
</div>
</div>
=============<br>
<br>
Where can I find more information on the option above like servermanager.createModule("exporters"), what are other options available besides "exporters"?
<br>
<br>
And if I do<br>
<br>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">
<span style="font-family:'Courier';font-size:9pt;color:#000000">>>> dir(x3dExporter)</span></p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">
<span style="font-family:'Courier';font-size:9pt;color:#009600">['FileName', 'GetProperty', 'GetPropertyValue', 'Initialize', 'InitializeFromProxy', 'ListProperties', 'Observed', 'ObserverTag', 'Port', 'SMProxy', 'SetPropertyWithName', '_Proxy__ConvertArgumentsAndCall',
'_Proxy__GetActiveCamera', '_Proxy__LastAttrName', '_Proxy__Properties', '__class__', '__del__', '__delattr__', '__dict__', '__doc__', '__eq__', '__format__', '__getattr__', '__getattribute__', '__hash__', '__init__', '__iter__', '__module__', '__ne__', '__new__',
'__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '__weakref__', 'add_attribute']</span></p>
<br>
the x3dExporter.SetView(view) option is no where to be found. How do I know what else are available?<br>
<br>
thanks<span class="HOEnZb"><font color="#888888"><br>
-simon<br>
</font></span></div>
</div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>