Hi,<div><br></div><div>I have created a filter where I would like to let the user pick values in a similar way to the contour and slice filter.</div><div><br></div><div>Here is an extract from my XML file:</div><div><br></div>
<div><div>  &lt;DoubleVectorProperty</div><div>        name=&quot;MyValues&quot;</div><div>        command=&quot;SetMyValue&quot;</div><div>        label=&quot;My Values&quot;</div><div>        set_number_command=&quot;SetNumberOfMyValues&quot;</div>
<div>        number_of_elements=&quot;0&quot;</div><div>        repeat_command=&quot;1&quot;</div><div>        number_of_elements_per_command=&quot;1&quot;</div><div>        use_index=&quot;1&quot;</div><div>        animateable=&quot;1&quot;&gt;</div>
<div>          &lt;DoubleRangeDomain name=&quot;scalar_range&quot; min=&quot;0.0&quot; max=&quot;1.0&quot; /&gt;</div><div>     &lt;/DoubleVectorProperty&gt;</div></div><div><br></div><div>How can I use the widget from the cut or slice value to let the user choose the values in the Object Inspector?  Is this possible through the XML?</div>
<div><br></div><div>Thanks in advance,</div><div>Paul</div>