<HTML>
<HEAD>
<TITLE>Re: [Paraview] How to automatize some operations on ParaView</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Luis,<BR>
<BR>
With the 3.6.2 release candidate and the latest CVS you can use the Python tracing to build a Python script that does the operation you wish. &nbsp;You can then edit the script if necessary and make a macro for it.<BR>
<BR>
One of the intentions of the Python tracing/macro capability is to make creating solutions to these repetitive processes easy. &nbsp;If you try this, let us know how it works for you.<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 12/21/09 9:13 AM, &quot;myaccountmail9 myaccountmail9&quot; &lt;<a href="myaccountmail9@gmail.com">myaccountmail9@gmail.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi David, thank you very much.<BR>
Custom filter is useful but it doesn't seem to be exactly what we would.<BR>
In fact, with this filter we obtain the final result.<BR>
Instead, we would preserve in our pipeline all operation:<BR>
<BR>
1) slice<BR>
2) contours<BR>
3)...<BR>
<BR>
Can anyone help us?<BR>
Thank you<BR>
<BR>
<BR>
2009/12/21 David Doria &lt;<a href="daviddoria@gmail.com">daviddoria@gmail.com</a>&gt;<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>On Mon, Dec 21, 2009 at 10:23 AM, myaccountmail9 myaccountmail9 &lt;<a href="myaccountmail9@gmail.com">myaccountmail9@gmail.com</a>&gt; wrote:<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi all,<BR>
could you please explain the way to automatize a sequence of operations?<BR>
<BR>
For example, suppose I always have to apply on every input:<BR>
<BR>
1) slice filter (with some plane...)<BR>
2) contour filter (on some variable, with some values interval...)<BR>
<BR>
We would like to apply automatically these two operations after loading a generic input file.<BR>
W tried to use File -&gt; Save state, but this saves the sequence and the input, and we won't the input.<BR>
<BR>
Thank you<BR>
Luis<BR>
<BR>
_______________________________________________<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>I believe you are looking for custom filters?<BR>
<a href="http://www.cmake.org/Wiki/Custom_Filters">http://www.cmake.org/Wiki/Custom_Filters</a><BR>
<BR>
Thanks,<BR>
<BR>
David <BR>
<BR>
<BR>
_______________________________________________<BR>
Powered by www.kitware.com &lt;<a href="http://www.kitware.com">http://www.kitware.com</a>&gt; <BR>
<BR>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">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">http://paraview.org/Wiki/ParaView</a><BR>
<BR>
Follow this link to subscribe/unsubscribe:<BR>
<a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT><FONT SIZE="1"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:7.5pt'><BR>
&nbsp;&nbsp;&nbsp;**** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kenneth Moreland<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sandia National Laboratories<BR>
*********** &nbsp;<BR>
*** *** *** &nbsp;email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** &nbsp;*** &nbsp;** &nbsp;phone: (505) 844-8919<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;web: &nbsp;&nbsp;<a href="http://www.cs.unm.edu/~kmorel">http://www.cs.unm.edu/~kmorel</a><BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>