Hello,

I’m trying to do a Programmable Source with a drop down list like this
(“ParametricSource” plugin example):

https://github.com/themiwi/ParaView/blob/master/Examples/Plugins/ParametricSource/ParametricSource.xml

Where the displayed properties menu depends on the selected option in the
drop down list. My goal is to allow to set some variables of the Python
executed script depending on the user’s first drop down selection. My code
is very similar to the classic HelixSource :

https://github.com/themiwi/ParaView/blob/master/Examples/Plugins/HelixSource/helix.xml

However, the ParametricSource XML seems to work only with parametric
functions. I cannot find the way to adapt it for the Helix Programable
Source. Do you have some idea for solving this problem?

Thanks in advance.

Miguel Angel AGUIRRE
.
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
https://public.kitware.com/mailman/listinfo/paraview

Reply via email to