MantisBT - ParaView
View Issue Details
0015984ParaView(No Category)public2016-02-09 15:392016-07-25 20:54
Alan Scott 
Sujin Philip 
normalminorhave not tried
closedfixed 
5.0 
5.1git-master 
Sandia
incorrect functionality
0015984: Clip and slice by cylinder is broken
Numerous aspects of the clip and slice by cylinder are broken. Here is how to replicate:

* 5.0.0, Linux, local server.
* Open disk_out_ref.exo, all vars on, apply.
* Slice. Slice type, Cylinder. Apply.

<<Bug>> Notice that we now have a cylinder widget. Sweet. However, the red rings represent where the cylinder should be. We are perpindicular to that. In other words, the cylinder widget goes down the X axis, the default cylinder goes down the Y axis. You can see this by moving the cylinder tool and hitting apply.

* Reset the Cylinder slice. Easiest way is to delete the filter and recreate.

<<Bug>> Change the Axis Y to 0, preparing to set the Axis Z to 1. A warning message comes up - but you haven't hit apply yet!

* Change the center to be 0, 0, 0. Now, try setting it to 1,0,0. This works. Try 4,0,0 then 5,0,0 then 6,0,0 then 6.5,0,0 then 7,0,0. Keep hitting apply.

<<Bug>> When against the edge of the cylinder tool bounding box, the cylinder tool separates from the slice.

* Change the center to be 10, 0, 0. Apply.

<<Bug>> We get an error message saying "No prominent values for consumer.". Please give a better error message, something like Trying to slice outside of the object, or somesuch. By the way, we get this error message for slice by plane also.
No tags attached.
related to 0015579closed Alan Scott Please add clip tool for cylinder. 
related to 0015985closed Sujin Philip New cylinder clip/slice needs Properties tab to be completed 
related to 0016112closed Cory Quammen Unhelpfull warning message: "No prominent values for consumer." 
Issue History
2016-02-09 15:39Alan ScottNew Issue
2016-02-09 15:39Alan ScottRelationship addedrelated to 0015579
2016-02-09 15:39Alan ScottTarget Version => 5.1
2016-02-09 15:42Alan ScottRelationship addedrelated to 0015985
2016-05-06 16:52Sujin PhilipRelationship addedrelated to 0016112
2016-05-06 16:53Sujin PhilipNote Added: 0035935
2016-07-12 11:40Utkarsh AyachitNote Added: 0036337
2016-07-12 11:43Sujin PhilipNote Added: 0036338
2016-07-12 11:52Utkarsh AyachitAssigned To => Sujin Philip
2016-07-12 11:52Utkarsh AyachitStatusbacklog => customer review
2016-07-12 11:52Utkarsh AyachitResolutionopen => fixed
2016-07-12 11:52Utkarsh AyachitFixed in Version => git-master
2016-07-25 20:54Alan ScottNote Added: 0036574
2016-07-25 20:54Alan ScottStatuscustomer review => closed

Notes
(0035935)
Sujin Philip   
2016-05-06 16:53   
The last bug reported here is unrelated to the cylinder widget. I have reported another bug for it: 0016112
(0036337)
Utkarsh Ayachit   
2016-07-12 11:40   
Sujin, is this fixed in master?
(0036338)
Sujin Philip   
2016-07-12 11:43   
Yes. Fixed by following MRs:
https://gitlab.kitware.com/vtk/vtk/merge_requests/1460 [^]
https://gitlab.kitware.com/vtk/vtk/merge_requests/1569 [^]
https://gitlab.kitware.com/paraview/paraview/merge_requests/837 [^]
(0036574)
Alan Scott   
2016-07-25 20:54   
Perfect.

Tested Linux, master, local server.