Re: [Paraview] Questions on Add Selection/Subtract Selection

2018-02-13 Thread Utkarsh Ayachit
Dennis,

> Why are “Select Cells/Points Through” not using Add Selection – in many
> cases it is necessary to select using different interactive methods to get
> the final desired selection.

An implementation nuance, and no one asked for it :). The extract
filter just support extracting a single frustum. We, in theory can
make it support multiple additive frustums, but some additive, some
subtractive will make it a trickier implementation. Of course, doable,
not since no one asked for it, it never got around to getting
implemented.

> Should Select Block be divided into “Select Block Cells” and “Select Block
> Points”

Good idea.

> so that this selection method could be combined with Select
> Cells/Points On/Through with the “Add Selection” to finetune a selection.
> Alternately should “Select Block” be smarter and only select Block Cells if
> the current Selection is Cells, or only select Block Points if the current
> Selection is Points (and add them to the existing selection instead of
> replacing it?

Ah! That's cool and not easily supportable the way things are
currently. But Berk and I were chatting and we have an approach to
support combining multiple selections add/remove/etc. nicely. Now just
convince Alan to make it a priority and I'd love to have it sorted out
for the SC release ;).

Utkarsh
___
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


[Paraview] Questions on Add Selection/Subtract Selection

2018-02-13 Thread Dennis Conklin
All,

I am writing some instructional material for my users and am working on 
"Interactive Selection".As I try to write this I realize that the rules for 
+/- Selection are confusing to me.Can someone verify that what I'm doing is 
the intended behavior.

If I Click on "Select Cells Through" or "Select Points Through", then Add 
Selection and Subtract Selection are greyed out and not available.  There are 
instances where I want to combine "Select Cells On", "Select Cells by Polygon", 
and "Select Cells Through" to finetune my final selection - similar for Points.

Add/Subtract don't seem to work between all of the interactive selection 
methods, which is what I would intuitively expect:

For example - click on Add Selection - it will remain highlighted thru the 
following actions:
 click on Select Cells On - now you can select cells
 click again on "Select Cells On" - you can select more cells that are 
added to the previous selection
 click on "Select Cells with Polygon" - you can select more cells that are 
added to the previous selection.
 click on "Select Block" - block is selected and all previously selected 
cells are unselected
 click again on "Select Block" - new block is selected and added to 
previous selection
 clock on "Select Cells On" - new cells are selected and previous selection 
is discarded.

The two things which don't seem intuitive are:

Why are "Select Cells/Points Through" not using Add Selection - in many cases 
it is necessary to select using different interactive methods to get the final 
desired selection.

Should Select Block be divided into "Select Block Cells" and "Select Block 
Points" so that this selection method could be combined with Select 
Cells/Points On/Through with the "Add Selection" to finetune a selection.
Alternately should "Select Block" be smarter and only select Block Cells if the 
current Selection is Cells, or only select Block Points if the current 
Selection is Points (and add them to the existing selection instead of 
replacing it?

I realize I may be missing something here, so I'm really just asking for 
someone to clue me in if I am.

Thanks for any insight
Dennis
___
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