I just tried Find Data to create a selection and then extracted it. Is the intended behavior to get rid of the cells and create a vtkPolyVertex to represent the points from the extraction? <br><br>Also, when I turned on preserve topology I get nothing which seems wrong compared to what the documentation says (If this property is set to 1 the output preserves the topology of its input and adds an insidedness array to mark which cells are inside or out. If 0 then the output is an unstructured grid which contains only the subset of cells that are inside.).<br>
<br>Andy<br><br><div class="gmail_quote">On Tue, Feb 5, 2013 at 1:04 PM, Alejandro RIBES <span dir="ltr">&lt;<a href="mailto:alejandro.ribes@edf.fr" target="_blank">alejandro.ribes@edf.fr</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br><font face="sans-serif">Thanks David, I&#39;ll try this ...</font>
<br>
<br><font face="sans-serif">Alejandro.</font>
<br>
<br>
<br>
<br>
<br>
<p></p><table width="100%">
<tbody><tr valign="top">
<td width="40%"><font face="sans-serif" size="1"><b><a href="mailto:david.thompson@kitware.com" target="_blank">david.thompson@kitware.com</a></b>
</font>
<p><font face="sans-serif" size="1">04/02/2013 22:46</font>
</p></td><td width="59%">
<table width="100%">
<tbody><tr valign="top">
<td>
<div align="right"><font face="sans-serif" size="1">A</font></div>
</td><td><font face="sans-serif" size="1"><a href="mailto:alejandro.ribes@edf.fr" target="_blank">alejandro.ribes@edf.fr</a></font>
</td></tr><tr valign="top">
<td>
<div align="right"><font face="sans-serif" size="1">cc</font></div>
</td><td><font face="sans-serif" size="1"><a href="mailto:andy.bauer@kitware.com" target="_blank">andy.bauer@kitware.com</a>, <a href="mailto:kmorel@sandia.gov" target="_blank">kmorel@sandia.gov</a>,
<a href="mailto:paraview-developers@paraview.org" target="_blank">paraview-developers@paraview.org</a>, <a href="mailto:paraview-developers-bounces@paraview.org" target="_blank">paraview-developers-bounces@paraview.org</a></font>
</td></tr><tr valign="top">
<td>
<div align="right"><font face="sans-serif" size="1">Objet</font></div>
</td><td><font face="sans-serif" size="1">Re: [Paraview-developers] The Threshold
filter</font></td></tr></tbody></table>
<br>
<table>
<tbody><tr valign="top">
<td>
</td><td></td></tr></tbody></table>
<br></td></tr></tbody></table>
<br>
<br>
<br><tt><font>Hi Alejandro,<br>
<br>
I misspoke; you will need to use the development version of (i.e., the
trunk or the ParaView 3.98.1 release candidate) to extract &quot;Find Data&quot;:
there is a fix in these newer versions for extracting selections based
on attribute values.<br>
<br>
                
David<br>
<br>
On Feb 4, 2013, at 12:58 PM, Alejandro RIBES &lt;<a href="mailto:alejandro.ribes@edf.fr" target="_blank">alejandro.ribes@edf.fr</a>&gt;
wrote:<br>
<br>
&gt; <br>
&gt; Hi, <br>
&gt; <br>
&gt; Thanks very much for your answers. I managed with two threshold filters
+ a &quot;Group Dataset&quot; ... and also with the trick of the SQRST
field. I am now recompiling my ParaView 3.98 using python support to try
with &quot;Find Data&quot;. <br>
&gt; <br>
&gt; Thanks again for you help guys ! <br>
&gt; <br>
&gt; Alejandro. <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <a href="mailto:david.thompson@kitware.com" target="_blank">david.thompson@kitware.com</a><br>
&gt; 01/02/2013 23:31<br>
&gt; <br>
&gt; A<br>
&gt; <a href="mailto:kmorel@sandia.gov" target="_blank">kmorel@sandia.gov</a><br>
&gt; cc<br>
&gt; <a href="mailto:andy.bauer@kitware.com" target="_blank">andy.bauer@kitware.com</a>, <a href="mailto:alejandro.ribes@edf.fr" target="_blank">alejandro.ribes@edf.fr</a>, <a href="mailto:paraview-developers@paraview.org" target="_blank">paraview-developers@paraview.org</a>,
<a href="mailto:paraview-developers-bounces@paraview.org" target="_blank">paraview-developers-bounces@paraview.org</a><br>
&gt; Objet<br>
&gt; Re: [Paraview-developers] The Threshold filter<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; Hi all,<br>
&gt; <br>
&gt; &gt; Another roundabout way is to first use the array calculator to
get the absolute value or square of the field, then use the threshold filter
to extract all values that are some epsilon more than 0 or greater.<br>
&gt; <br>
&gt; Yet another roundabout way (assuming PV 3.98+ built with Python) is
to use the &quot;Find Data&quot; dialog to select the cells with nonzero
values and then apply the &quot;Extract Selection&quot; filter.<br>
&gt; <br>
&gt;                 David<br>
&gt; <br>
&gt; &gt; From: Andy Bauer &lt;<a href="mailto:andy.bauer@kitware.com" target="_blank">andy.bauer@kitware.com</a>&gt;<br>
&gt; &gt; Date: Friday, February 1, 2013 1:10 PM<br>
&gt; &gt; To: Alejandro RIBES &lt;<a href="mailto:alejandro.ribes@edf.fr" target="_blank">alejandro.ribes@edf.fr</a>&gt;<br>
&gt; &gt; Cc: &quot;<a href="mailto:paraview-developers@paraview.org" target="_blank">paraview-developers@paraview.org</a>&quot; &lt;<a href="mailto:paraview-developers@paraview.org" target="_blank">paraview-developers@paraview.org</a>&gt;,
&quot;<a href="mailto:paraview-developers-bounces@paraview.org" target="_blank">paraview-developers-bounces@paraview.org</a>&quot; &lt;<a href="mailto:paraview-developers-bounces@paraview.org" target="_blank">paraview-developers-bounces@paraview.org</a>&gt;<br>

&gt; &gt; Subject: [EXTERNAL] Re: [Paraview-developers] The Threshold filter<br>
&gt; &gt; <br>
&gt; &gt;&gt; Hi,<br>
&gt; &gt;&gt; <br>
&gt; &gt;&gt; A slightly round-about way to do this is to apply 2 threshold
filters and then use the append data sets filter to put them back together.<br>
&gt; &gt;&gt; <br>
&gt; &gt;&gt; Andy<br>
&gt; &gt;&gt; <br>
&gt; &gt;&gt; On Fri, Feb 1, 2013 at 12:56 PM, Alejandro RIBES &lt;<a href="mailto:alejandro.ribes@edf.fr" target="_blank">alejandro.ribes@edf.fr</a>&gt;
wrote:<br>
&gt; &gt;&gt;&gt; <br>
&gt; &gt;&gt;&gt; Hi, <br>
&gt; &gt;&gt;&gt; <br>
&gt; &gt;&gt;&gt; Using ParaView I am trying to exclude all the zero elements
in a scalar field. I tried with the Threshold filter and realized that
I can select either less than zero or bigger than zero with the current
sliders. I can also select zero but not the complement that is what I want.
Is that an easy way to do that ? If not, can we add a &quot;exclude&quot;
or &quot;complement&quot; box that will change the behavior of the filter
?<br>
&gt; &gt;&gt;&gt; <br>
&gt; &gt;&gt;&gt; Cheers, <br>
&gt; &gt;&gt;&gt; <br>
&gt; &gt;&gt;&gt; Alejandro. <br>
&gt; &gt;&gt;&gt; <br>
&gt; &gt;&gt;&gt; <br>
&gt; &gt;&gt;&gt; <br>
&gt; &gt;&gt;&gt; Ce message et toutes les pièces jointes (ci-après le
&#39;Message&#39;) sont établis à l&#39;intention exclusive des destinataires et les
informations qui y figurent sont strictement confidentielles. Toute utilisation
de ce Message non conforme à sa destination, toute diffusion ou toute publication
totale ou partielle, est interdite sauf autorisation expresse.<br>
&gt; &gt;&gt;&gt; Si vous n&#39;êtes pas le destinataire de ce Message, il
vous est interdit de le copier, de le faire suivre, de le divulguer ou
d&#39;en utiliser tout ou partie. Si vous avez reçu ce Message par erreur,
merci de le supprimer de votre système, ainsi que toutes ses copies, et
de n&#39;en garder aucune trace sur quelque support que ce soit. Nous vous
remercions également d&#39;en avertir immédiatement l&#39;expéditeur par retour
du message.<br>
&gt; &gt;&gt;&gt; Il est impossible de garantir que les communications
par messagerie électronique arrivent en temps utile, sont sécurisées ou
dénuées de toute erreur ou virus.<br>
&gt; &gt;&gt;&gt; ____________________________________________________<br>
&gt; &gt;&gt;&gt; This message and any attachments (the &#39;Message&#39;) are
intended solely for the addressees. The information contained in this Message
is confidential. Any use of information contained in this Message not in
accord with its purpose, any dissemination or disclosure, either whole
or partial, is prohibited except formal approval.<br>
&gt; &gt;&gt;&gt; If you are not the addressee, you may not copy, forward,
disclose or use any part of it. If you have received this message in error,
please delete it and all copies from your system and notify the sender
immediately by return message.<br>
&gt; &gt;&gt;&gt; E-mail communication cannot be guaranteed to be timely
secure, error or virus-free.<br>
&gt; &gt;&gt;&gt; <br>
&gt; &gt;&gt;&gt; _______________________________________________<br>
&gt; &gt;&gt;&gt; Paraview-developers mailing list<br>
&gt; &gt;&gt;&gt; <a href="mailto:Paraview-developers@paraview.org" target="_blank">Paraview-developers@paraview.org</a><br>
&gt; &gt;&gt;&gt; <a href="http://public.kitware.com/mailman/listinfo/paraview-developers" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
&gt; &gt;&gt;&gt; <br>
&gt; &gt;&gt; <br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Paraview-developers mailing list<br>
&gt; &gt; <a href="mailto:Paraview-developers@paraview.org" target="_blank">Paraview-developers@paraview.org</a><br>
&gt; &gt; <a href="http://public.kitware.com/mailman/listinfo/paraview-developers" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; Ce message et toutes les pièces jointes (ci-après le &#39;Message&#39;) sont
établis à l&#39;intention exclusive des destinataires et les informations qui
y figurent sont strictement confidentielles. Toute utilisation de ce Message
non conforme à sa destination, toute diffusion ou toute publication totale
ou partielle, est interdite sauf autorisation expresse.<br>
&gt; <br>
&gt; Si vous n&#39;êtes pas le destinataire de ce Message, il vous est interdit
de le copier, de le faire suivre, de le divulguer ou d&#39;en utiliser tout
ou partie. Si vous avez reçu ce Message par erreur, merci de le supprimer
de votre système, ainsi que toutes ses copies, et de n&#39;en garder aucune
trace sur quelque support que ce soit. Nous vous remercions également d&#39;en
avertir immédiatement l&#39;expéditeur par retour du message.<br>
&gt; <br>
&gt; Il est impossible de garantir que les communications par messagerie
électronique arrivent en temps utile, sont sécurisées ou dénuées de toute
erreur ou virus.<br>
&gt; ____________________________________________________<br>
&gt; <br>
&gt; This message and any attachments (the &#39;Message&#39;) are intended solely
for the addressees. The information contained in this Message is confidential.
Any use of information contained in this Message not in accord with its
purpose, any dissemination or disclosure, either whole or partial, is prohibited
except formal approval.<br>
&gt; <br>
&gt; If you are not the addressee, you may not copy, forward, disclose
or use any part of it. If you have received this message in error, please
delete it and all copies from your system and notify the sender immediately
by return message.<br>
&gt; <br>
&gt; E-mail communication cannot be guaranteed to be timely secure, error
or virus-free.<br>
&gt; <br>
<br>
</font></tt>
<br><p></p>

<p><br>
Ce message et toutes les pièces jointes (ci-après le &#39;Message&#39;) sont établis à l&#39;intention exclusive des destinataires et les informations qui y figurent sont strictement confidentielles. Toute utilisation de ce Message non conforme à sa destination, toute diffusion ou toute publication totale ou partielle, est interdite sauf autorisation expresse.</p>


<p>Si vous n&#39;êtes pas le destinataire de ce Message, il vous est interdit de le copier, de le faire suivre, de le divulguer ou d&#39;en utiliser tout ou partie. Si vous avez reçu ce Message par erreur, merci de le supprimer de votre système, ainsi que toutes ses copies, et de n&#39;en garder aucune trace sur quelque support que ce soit. Nous vous remercions également d&#39;en avertir immédiatement l&#39;expéditeur par retour du message.</p>


<p>Il est impossible de garantir que les communications par messagerie électronique arrivent en temps utile, sont sécurisées ou dénuées de toute erreur ou virus.<br>
____________________________________________________</p>

<p>This message and any attachments (the &#39;Message&#39;) are intended solely for the addressees. The information contained in this Message is confidential. Any use of information contained in this Message not in accord with its purpose, any dissemination or disclosure, either whole or partial, is prohibited except formal approval.</p>


<p>If you are not the addressee, you may not copy, forward, disclose or use any part of it. If you have received this message in error, please delete it and all copies from your system and notify the sender immediately by return message.</p>


<p>E-mail communication cannot be guaranteed to be timely secure, error or virus-free.</p></blockquote></div><br>