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> <DoubleVectorProperty</div><div> name="MyValues"</div><div> command="SetMyValue"</div><div> label="My Values"</div><div> set_number_command="SetNumberOfMyValues"</div>
<div> number_of_elements="0"</div><div> repeat_command="1"</div><div> number_of_elements_per_command="1"</div><div> use_index="1"</div><div> animateable="1"></div>
<div> <DoubleRangeDomain name="scalar_range" min="0.0" max="1.0" /></div><div> </DoubleVectorProperty></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>