[Paraview] problem with PointSource and SetNumberOfPoints

Berk Geveci berk.geveci at kitware.com
Wed Oct 3 13:23:03 EDT 2007


This sounds like a bug. The absence of max attribute means that there
is no upper limit. Maybe the code that automatically generates the GUI
does the wrong thing...

On 10/3/07, Jean Favre <jfavre at cscs.ch> wrote:
> Hello all
>
> I have difficulty using the Point Source with more than 1 point. The GUI
> does not let me change the default value of 1.
>
> Is this normal?
>
> I have checked the source code of
> Servers/ServerManager/Resources/sources.xml and the NumberOfPoints is
> given a
>
> <IntRangeDomain name="range" min="1"/> without a max value.
>
> I have fixed my own compilation after editing it and adding a max such
> as:
>
> <IntRangeDomain name="range" min="1" max="1000000" />
>
> I use the 3-2 branch and the nightly versions. The both have this
> problem. Is this above the right fix, or should it be tweaked elsewhere
> in the code?
>
> --
> JF
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>


More information about the ParaView mailing list