[Paraview-developers] Changing the value of IntVectorProperty
Utkarsh Ayachit
utkarsh.ayachit at kitware.com
Tue May 10 09:49:02 EDT 2016
Björn,
You can do something like the following:
<IntVectorProperty name="LatLongTessellation"
number_of_elements="1"
default_values="none"
information_property="LatLongTessellationInfo">
<IntRangeDomain name="range" />
</IntVectorProperty>
<IntVectorProperty name="LatLongTessellationInfo"
command="GetLatLongTessellation"
information_only="1">
</IntVectorProperty>
Here, the "LatLongTessllation" will be set to the value ontained using
"LatLongTessellationInfo". This works because when setting the default
values for a property, if the domain for the property doesn't provide
any default and there's a information_property set on that property,
then the information_property's value is copied to the original
property's value as the default.
Utkarsh
On Tue, May 10, 2016 at 5:20 AM, Björn Peeters
<b.peeters at aia.rwth-aachen.de> wrote:
> Hi all,
>
> is there a way to set the value of an IntVectorProperty textbox from inside
> the RequestInformation
> function ? Currently I'm setting a fixed value with "default_values" and
> haven't found any example
> for changing it afterwards.
>
> Best regards,
> Björn
>
>
> --
> Björn Peeters
>
> Chair of Fluid Mechanics and Institute of Aerodynamics
> RWTH Aachen University
> Wüllnerstraße 5a, 52062 Aachen, Germany
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Search the list archives at:
> http://markmail.org/search/?q=Paraview-developers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview-developers
More information about the Paraview-developers
mailing list