View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0006700ParaView(No Category)public2008-04-01 15:452009-05-13 13:59
ReporterBerk Geveci 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version3.4Fixed in Version3.4 
Summary0006700: Selection bug with multi-blocks
DescriptionTo reproduce:

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

-> selection results are wrong
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships
has duplicate 0005899closedClinton Stimpson append geometry gets cell data confused when both lines & polys exist 

  Notes
(0011037)
Utkarsh Ayachit (administrator)
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 (manager)
2008-04-07 17:39

Tested client/server

 Issue History
Date Modified Username Field Change
2008-04-01 15:45 Berk Geveci New Issue
2008-04-01 15:45 Berk Geveci Status backlog => tabled
2008-04-01 15:45 Berk Geveci Assigned To => Utkarsh Ayachit
2008-04-02 13:40 Utkarsh Ayachit Status tabled => @80@
2008-04-02 13:40 Utkarsh Ayachit Resolution open => fixed
2008-04-02 13:40 Utkarsh Ayachit Note Added: 0011037
2008-04-02 13:49 Clinton Stimpson Relationship added has duplicate 0005899
2008-04-07 17:39 Alan Scott Status @80@ => closed
2008-04-07 17:39 Alan Scott Note Added: 0011128
2009-05-13 13:58 Utkarsh Ayachit Target Version Multi-block support => 3.4
2009-05-13 13:59 Utkarsh Ayachit Fixed in Version => 3.4
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team