[Paraview-developers] Replication filter in Paraview

Mathieu Westphal mathieu.westphal at kitware.com
Thu Aug 27 09:04:11 EDT 2015


Hi
In your case i would trace the python calls corresponding of the action you
want to repeat, save it, then edit it  and add a loop to repeat the action
as many times you want.
Then run the script.

I've attached a working python script.


Mathieu


Mathieu Westphal

On Thu, Aug 27, 2015 at 2:52 PM, Chiranjib Sur <sur.chiranjib at gmail.com>
wrote:

> Hi,
> I was wondering if there is a replication filter (copy paste kind)
> available in ParaView.
>
> I am creating an object (e.g. a cylinder using Sources->Cylinder) and want
> to replicate that action and create many such cylinders from the one I just
> created not by doing the action "Sources->Cylinder" again and again.
>
> Is there anyway this can be done and the visualization windows displays
> all the replicated objects (cylinder in this case)?
>
> Thanks in advance,
>
> Chiranjib
>
> _______________________________________________
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20150827/1cff69eb/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cylinder.py
Type: text/x-python
Size: 638 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20150827/1cff69eb/attachment.py>


More information about the Paraview-developers mailing list