<div dir="ltr">I figured this out by looking at the &#39;vtkThreshold&#39; section in Paraview&#39;s &#39;filters.xml&#39;.<div><br></div><div>Use </div><div><div><br></div><div>&lt;ArrayRangeDomain name=&quot;range&quot;&gt;</div>
<div>     &lt;RequiredProperties&gt;</div><div>       &lt;Property function=&quot;Input&quot;</div><div>                 name=&quot;Input&quot; /&gt;</div><div>       &lt;Property function=&quot;ArraySelection&quot;</div>
<div>                 name=&quot;SelectInputScalars&quot; /&gt;</div><div>     &lt;/RequiredProperties&gt;</div><div>&lt;/ArrayRangeDomain&gt;</div></div><div><br></div><div>instead of <span style="font-family:arial,sans-serif;font-size:12.727272033691406px">&lt;DoubleRangeDomain name=&quot;range&quot; min=&quot;0.0&quot; max=&quot;1.0&quot; /&gt;.</span></div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Nov 27, 2013 at 1:37 PM, Joe Ping-Lin Hsiao <span dir="ltr">&lt;<a href="mailto:phsiao@cs.unc.edu" target="_blank">phsiao@cs.unc.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">What I am asking is how to dynamically change a slider&#39;s min and max values on Properties panel.<div>
<br></div><div>ParaView wiki has this code to add a slider on Properties panel:</div><div><div><br></div>
<div>&lt;DoubleVectorProperty</div><div>name=&quot;PercentToRemove&quot;</div><div>command=&quot;SetPercentToRemove&quot;</div><div>number_of_elements=&quot;1&quot;</div><div>default_values=&quot;0.1&quot;&gt;</div><div>
&lt;DoubleRangeDomain name=&quot;range&quot; min=&quot;0.0&quot; max=&quot;1.0&quot; /&gt;</div>
<div>&lt;/DoubleVectorProperty&gt;</div><div><br></div><div>This slider has values ranging from 0.0 to 1.0 hard-coded. I want to change the min and max values to the min and max values in my data&#39;s scalar field, but those values are not available until I read the data in.</div>

</div><div><br></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Nov 27, 2013 at 10:46 AM, Utkarsh Ayachit <span dir="ltr">&lt;<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I am not sure I follow the question. Are you talking about how to put<br>
a slider on Properties panel based on something on the filter XML?<br>
<div><div><br>
On Tue, Nov 26, 2013 at 3:19 PM, Joe Ping-Lin Hsiao &lt;<a href="mailto:phsiao@cs.unc.edu" target="_blank">phsiao@cs.unc.edu</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I&#39;d like to expose a double variable in the form of slider. In the Wiki<br>
&gt; example, the range of the scalar values are hard-coded. I wonder if there&#39;s<br>
&gt; any why to read the scalar range in my code and reflect that back to the the<br>
&gt; slider.<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Joe<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>