[Paraview-developers] ParaView plugin - Multiple Boolean Checkboxes

Chiranjib Sur sur.chiranjib at gmail.com
Mon Sep 18 09:07:00 EDT 2017


Hi All,
Is there any way to work with boolean array for multiple checkboxes?

To be precise in the following XML lines, can the number of elements be
more than 1?

<IntVectorProperty name="bStartByMatchingCentroids"
 command="SetbStartByMatchingCentroids"
number_of_elements="1"                     default_values="1">
    <BooleanDomain name="bool"/>
  </IntVectorProperty>



There are options for Integer and Double arrays where the input boxes can
be modified by the user. Does the same logic apply for Boolean operators
(check boxes)?

Thanks,
Chiranjib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20170918/1db9526f/attachment.html>


More information about the Paraview-developers mailing list