MantisBT - ParaView
View Issue Details
0006700ParaView(No Category)public2008-04-01 15:452009-05-13 13:59
Berk Geveci 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
3.43.4 
0006700: Selection bug with multi-blocks
To reproduce:

* Load can.ex2
* Turn on all sets and blocks
* Rubber-band select

-> selection results are wrong
No tags attached.
has duplicate 0005899closed Clinton Stimpson append geometry gets cell data confused when both lines & polys exist 
Issue History
2008-04-01 15:45Berk GeveciNew Issue
2008-04-01 15:45Berk GeveciStatusbacklog => tabled
2008-04-01 15:45Berk GeveciAssigned To => Utkarsh Ayachit
2008-04-02 13:40Utkarsh AyachitStatustabled => @80@
2008-04-02 13:40Utkarsh AyachitResolutionopen => fixed
2008-04-02 13:40Utkarsh AyachitNote Added: 0011037
2008-04-02 13:49Clinton StimpsonRelationship addedhas duplicate 0005899
2008-04-07 17:39Alan ScottStatus@80@ => closed
2008-04-07 17:39Alan ScottNote Added: 0011128
2009-05-13 13:58Utkarsh AyachitTarget VersionMulti-block support => 3.4
2009-05-13 13:59Utkarsh AyachitFixed in Version => 3.4
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0011037)
Utkarsh Ayachit   
2008-04-02 13:40   
vtkAppendPolyData did not append the cell data correctly.
If any of the inputs had different cell types, the output cell data would end up
incorrect. This is because the previous implementation did not take into
consideration the fact that in polydata, first come all the verts, then lines,
and so. Fixed that.

/cvsroot/ParaView3/ParaView3/VTK/Graphics/vtkAppendPolyData.cxx,v <-- VTK/Graphics/vtkAppendPolyData.cxx
new revision: 1.103; previous revision: 1.102
(0011128)
Alan Scott   
2008-04-07 17:39   
Tested client/server