So, to explain my probllem, I want to select cells and then points on a 
geometry.
No one can tell me if such a selection tool is possible ?
Otherwise, how could I contourn this problem ?

Thank you for ideas !




________________________________
De : R M <mlok...@yahoo.fr>
À : Utkarsh Ayachit <utkarsh.ayac...@kitware.com>
Cc : paraview@paraview.org
Envoyé le : Mer 5 janvier 2011, 16h 10min 35s
Objet : [Paraview] Re :  Multiple selections: points and cells


And if I develop a specific selection plugin.
I can see in the "VTK User'guide" book in "13.4 Selections" page 291 and here: 
http://www.kitware.com/products/html/SelectionsInVTK.html

"vtkSelection is a container class holding one or more vtk-SelectionNode  
objects. Each node contains information indicating what part of the data  is 
selected. A compound selection is interpreted as the union of the individual 
node selections.  We allow selections to consist of multiple nodes so that in 
one place  we can represent selections on multiple parts of the data. For 
example, a  selection on geometry may contain a vtkSelectionNode for both 
points  
and cells. Another use case is to collect selections from multiple  datasets in 
the same renderer into one place."

So, this means that it could be possible to do this ("For example, a  selection 
on geometry may contain a vtkSelectionNode for both points  and cell").

But, if it is possible, how a plugin processing a data (vtkPolyData, 
vtkUnstructuredGrid, vtkMultiBlocDataSet) on which we want to use one of the 
selection (points or cells) could have this list of selected data (points or 
Cells) ?

Thanks.




________________________________
De : Utkarsh Ayachit <utkarsh.ayac...@kitware.com>
À : R M <mlok...@yahoo.fr>
Cc : paraview@paraview.org
Envoyé le : Lun 3 janvier 2011, 20h 28min 43s
Objet : Re: [Paraview] Multiple selections: points and  cells

Currently, it is not possible to have cells and points selected at the
same time.

Utkarsh

On Mon, Jan 3, 2011 at 2:19 PM, R M <mlok...@yahoo.fr> wrote:
> Hi,
>
> I have seen thaht we can select  cells or points but not cells and points
> (or points and cell) and have them display in Paraview GUI.
> So, I would like to know if it is possible to have selected cells and points
> at the same time in paraview ?
>
> Thanks !
>
>
> _______________________________________________
> 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
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to