MantisBT - ParaView
View Issue Details
0009082ParaViewBugpublic2009-05-29 11:402011-09-01 13:31
Ken Moreland 
Julien Finet 
normalminorhave not tried
closedfixed 
 
3.83.12 
0009082: Plot Edges by Plane Intersect does not actually plot field data
When you use the plot edges by plane intersect, it creates poly data at the intersection of plane and surface, orders the lines, and pops up a plot. However, the field data is not extracted in the plot. Because there are no data series, the plot window is empty. To replicate:

1. Create a wavelet source. Apply.
2. Add the Plot Edges by Plane Intersect filter. Apply.

A plot view is created, but it is empty. This is because the RTData field from the wavelet is not part of the plot data and there are really no valid series to plot.
No tags attached.
Issue History
2009-05-29 11:40Ken MorelandNew Issue
2009-05-29 11:40Ken MorelandStatusbacklog => tabled
2009-05-29 11:40Ken MorelandAssigned To => Julien Finet
2009-05-29 14:15Julien FinetNote Added: 0016593
2009-05-29 14:15Julien FinetStatustabled => @80@
2009-05-29 14:15Julien FinetFixed in Version => Development
2009-05-29 14:15Julien FinetResolutionopen => fixed
2009-06-04 15:56Utkarsh AyachitNote Added: 0016637
2009-06-09 20:34Alan ScottNote Added: 0016680
2009-06-09 20:34Alan ScottStatus@80@ => closed
2011-09-01 13:31Utkarsh AyachitFixed in VersionDevelopment => 3.12

Notes
(0016593)
Julien Finet   
2009-05-29 14:15   
The output polyData didn't preserve the vtkDataArrays of the input polyData vtkPointData.

/cvsroot/ParaView3/ParaView3/Servers/Filters/vtkPlotEdges.cxx,v <-- vtkPlotEdges.cxx
new revision: 1.6; previous revision: 1.5
(0016637)
Utkarsh Ayachit   
2009-06-04 15:56   
The filter's now called "Plot On Intersection Curves"
(0016680)
Alan Scott   
2009-06-09 20:34   
Tested remote server. Since I don't know what the plot should look like, I don't know how to tell if it is correct or not. Assuming that it is correct.