Hi David,

I actually already saw this advice on the mailing list. The first approach
doesn't work in my case because I want to be able to see the results of
each individual data sets clipped, which seems to be impossible which this
approach (unless I'm doing something wrong).

Approach 2 is not much faster or easier than creating the clips manually.

Best regards,
Lev Karatun.

2017-10-06 7:53 GMT-04:00 David E DeMarle <[email protected]>:

> Howdy,
>
> Two ideas for you to try. 1) group the data into a multiblock and then
> clip the merged result with one clip filter. 2) under the tools menu create
> property links between the many clip filters so that whenever one changes
> the rest do too.
>
> On Oct 6, 2017 12:28 AM, "Lev Karatun" <[email protected]> wrote:
>
>> Hi,
>>
>> I'm trying to apply 5 clips to a number of different data sets. I tried
>> selecting them, right-clicking, pressing Copy, then selecting a different
>> data set and pressing Paste, but nothing happens. Am I doing something
>> wrong?
>>
>> I then tried to record a trace and modify it, but I couldn't figure out
>> how to create a clip for the currently selected dataset. I see that I
>> need to specify the clip input like this:
>>
>>> clip = Clip(Input=<input_name>)
>>
>> but I would like to create a clip for the currently selected dataset,
>> without hard-coding its name in the script. Is it possible to do so?
>>
>> Sorry about the beginner questions, I didn't find the answers in the
>> manual.
>> Thanks in advance!
>>
>> Best regards,
>> Lev Karatun.
>>
>> _______________________________________________
>> 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:
>> http://public.kitware.com/mailman/listinfo/paraview
>>
>>
_______________________________________________
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:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to