<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<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 class="quote quote-1">
<div class="quote quote-2">
<div class="quote quote-3">
<p><br>
</p>
<p>============<br>
</p>
<p>exporters=servermanager.createModule("exporters") </p>
</div>
</div>
</div>
<p></p>
<div class="quote quote-1">
<div class="quote quote-2">
<div class="quote quote-3">
<p>x3dExporter=exporters.X3DExporter(FileName="test.x3d") view = GetActiveView() </p>
</div>
</div>
</div>
<p></p>
<div class="quote quote-1">
<div class="quote quote-2">
<div class="quote quote-3">
<p>x3dExporter.SetView(view) # <===== NEW LINE </p>
</div>
</div>
</div>
<p></p>
<div class="quote quote-1">
<div class="quote quote-2">
<div class="quote quote-3">
<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>
<style type="text/css">
p, li { white-space: pre-wrap; }
</style><br>
<style type="text/css">
p, li { white-space: pre-wrap; }
BODY {scrollbar-base-color:undefined;scrollbar-highlight-color:undefined;scrollbar-darkshadow-color:undefined;scrollbar-track-color:undefined;scrollbar-arrow-color:undefined}</style>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; 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; -qt-block-indent:0; 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<br>
-simon<br>
</div>
</body>
</html>