<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1">
<TITLE>RE: [Paraview] vtkVRMLExporter and vtkIVExporter .xml and .pvsm</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hi Diego,<BR>
<BR>
I want to thank you for the example you gave me, however, I still cannot get the files to work. Maybe you could look over them and let me know if I doing something wrong?<BR>
Here is what I'm doing:<BR>
<BR>
XML FILE<BR>
---------------------<BR>
&lt;ModuleInterface&gt;<BR>
&nbsp;&lt;ServerManagerFile name=&quot;vtkVRMLExporter.pvsm&quot; /&gt;<BR>
<BR>
&nbsp;&lt;Writer input=&quot;vtkDataSet&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; class=&quot;vtkPVWriter&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; writer=&quot;vtkVRMLExporter&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; extension=&quot;.wrl&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; file_description=&quot;VRML 2.0&quot;/&gt;<BR>
&lt;/ModuleInterface&gt;<BR>
------------------------------------<BR>
PVSM FILE<BR>
-------------------------------------<BR>
&lt;ServerManagerConfiguration&gt;<BR>
&nbsp; &lt;ProxyGroup name=&quot;writers&quot;&gt;<BR>
&nbsp;&nbsp; &lt;WriterProxy name=&quot;VRMLExporter&quot; class=&quot;vtkVRMLExporter&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;InputProperty name=&quot;Input&quot; command=&quot;SetInput&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;ProxyGroupDomain name=&quot;groups&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Group name=&quot;sources&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Group name=&quot;filters&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/ProxyGroupDomain&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;DataTypeDomain name=&quot;input_type&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;DataType value=&quot;vtkDataSet&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/DataTypeDomain&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;/InputProperty&gt;<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;StringVectorProperty<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name=&quot;Filename&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; animateable=&quot;1&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; command=&quot;SetFileName&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; number_of_elements=&quot;1&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;StringListDomain name=&quot;files&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;/StringVectorProperty&gt;<BR>
&nbsp;&nbsp;&nbsp; &lt;/WriterProxy&gt;<BR>
&nbsp; &lt;/ProxyGroup&gt;<BR>
&lt;/ServerManagerConfiguration&gt;<BR>
------------------------------------------------------<BR>
<BR>
THIS IS THE ERROR I GET WITH PARAVIEW 2.2<BR>
<BR>
# Error or warning: There was a VTK Error in file: /home/amy/ParaViewReleaseRoot /paraview-2.2.1/Servers/Common/vtkProcessModule.cxx (548)<BR>
&nbsp;Object type: vtkVRMLExporter, could not find requested method: &quot;SetInput&quot;<BR>
or the method was called with incorrect arguments.<BR>
<BR>
while processing<BR>
Message 2 = Invoke<BR>
&nbsp; Argument 0 = id_value {629}<BR>
&nbsp; Argument 1 = string_value {SetInput}<BR>
&nbsp; Argument 2 = id_value {554}<BR>
ErrorMessage end<BR>
ErrorMessage<BR>
# Error or warning: There was a VTK Error in file: /home/amy/ParaViewReleaseRoot /paraview-2.2.1/Servers/Common/vtkProcessModule.cxx (550)<BR>
&nbsp;Aborting execution for debugging purposes.<BR>
ErrorMessage end<BR>
<BR>
THIS IS THE ERROR I GET WITH PARAVIEW 2.4<BR>
ErrorMessage<BR>
# Error or warning: There was a VTK Error in file: /home/amy/ParaViewReleaseRoot/paraview-2.4.2/GUI/Client/vtkPVXMLPackageParser.cxx (851)<BR>
&nbsp;vtkPVXMLPackageParser (0x8e31180): Writer has no extensions attribute.<BR>
ErrorMessage end<BR>
<BR>
Thank you so much for you help!<BR>
<BR>
Karla Vega<BR>
Email: vega@tacc.utexas.edu<BR>
Work: (512) 232-4772<BR>
Mobile: (512) 577-8723<BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: paraview-bounces+vega=tacc.utexas.edu@paraview.org on behalf of Diego Mazala<BR>
Sent: Mon 3/27/2006 5:27 PM<BR>
To: paraview@paraview.org<BR>
Subject: Fwd: [Paraview] vtkVRMLExporter and vtkIVExporter .xml and .pvsm<BR>
<BR>
---------- Forwarded message ----------<BR>
From: Diego Mazala &lt;diegomazala@gmail.com&gt;<BR>
Date: 27/03/2006 20:19<BR>
Subject: Re: [Paraview] vtkVRMLExporter and vtkIVExporter .xml and .pvsm<BR>
To: Karla Vega &lt;vega@tacc.utexas.edu&gt;<BR>
<BR>
Hi Karla.<BR>
<BR>
I have writed any experiences. See in:<BR>
<A HREF="http://hemo01a.lncc.br/wiki/index.php/HemoWiki:Community_Portal:Paraview#Adicionando_novos_m.C3.B3dulos">http://hemo01a.lncc.br/wiki/index.php/HemoWiki:Community_Portal:Paraview#Adicionando_novos_m.C3.B3dulos</A><BR>
<A HREF="http://virtual.lncc.br/~diego/ParaView/">http://virtual.lncc.br/~diego/ParaView/</A>&lt;<A HREF="http://virtual.lncc.br/%7Ediego/ParaView/">http://virtual.lncc.br/%7Ediego/ParaView/</A>&gt;<BR>
<BR>
<BR>
<BR>
--<BR>
Diego Mazala<BR>
<BR>
<BR>
--<BR>
Diego Mazala<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>