MantisBT - ParaView
View Issue Details
0006890ParaView(No Category)public2008-04-24 10:472009-05-13 13:59
Ken Moreland 
Utkarsh Ayachit 
normalfeaturehave not tried
closedfixed 
 
3.43.4 
0006890: Box and Sphere clips and slices
The clip and slice filters should work with boxes and spheres.
No tags attached.
Issue History
2008-04-24 10:47Ken MorelandNew Issue
2008-04-24 10:47Ken MorelandStatusbacklog => tabled
2008-04-24 10:47Ken MorelandAssigned To => Berk Geveci
2008-05-29 13:27Berk GeveciAssigned ToBerk Geveci => Utkarsh Ayachit
2008-05-30 13:40Utkarsh AyachitStatustabled => @80@
2008-05-30 13:40Utkarsh AyachitResolutionopen => fixed
2008-05-30 13:40Utkarsh AyachitNote Added: 0012164
2008-06-02 19:10Alan ScottStatus@80@ => @20@
2008-06-02 19:10Alan ScottResolutionfixed => reopened
2008-06-02 19:10Alan ScottNote Added: 0012195
2008-06-03 10:28Ken MorelandNote Added: 0012212
2008-07-08 09:47Utkarsh AyachitStatus@20@ => @80@
2008-07-08 09:47Utkarsh AyachitResolutionreopened => fixed
2008-07-08 09:47Utkarsh AyachitNote Added: 0012653
2008-07-09 16:56Alan ScottStatus@80@ => closed
2008-07-09 16:56Alan ScottNote Added: 0012682
2009-05-13 13:58Utkarsh AyachitTarget Version => 3.4
2009-05-13 13:59Utkarsh AyachitFixed in Version => 3.4
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0012164)
Utkarsh Ayachit   
2008-05-30 13:40   
Added sphere widget. Box widget has already been added.

/cvsroot/ParaView3/ParaView3/Qt/Components/CMakeLists.txt,v <-- Qt/Components/CMakeLists.txt
new revision: 1.144; previous revision: 1.143
/cvsroot/ParaView3/ParaView3/Qt/Components/pq3DWidget.cxx,v <-- Qt/Components/pq3DWidget.cxx
new revision: 1.30; previous revision: 1.29
/cvsroot/ParaView3/ParaView3/Qt/Components/pqSphereWidget.cxx,v <-- Qt/Components/pqSphereWidget.cxx
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Qt/Components/pqSphereWidget.h,v <-- Qt/Components/pqSphereWidget.h
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Qt/Components/Resources/UI/pqSphereWidget.ui,v <-- Qt/Components/Resources/UI/pqSphereWidget.ui
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/filters.xml,v <-- Servers/ServerManager/Resources/filters.xml
new revision: 1.295; previous revision: 1.294
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/rendering.xml,v <-- Servers/ServerManager/Resources/rendering.xml
new revision: 1.297; previous revision: 1.296
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/utilities.xml,v <-- Servers/ServerManager/Resources/utilities.xml
new revision: 1.145; previous revision: 1.144
(0012195)
Alan Scott   
2008-06-02 19:10   
Is this really correct?
* Client/Server
* open disk_out_ref.exo, turn all variables on, apply.
* clip/ box/ scale = 0.6, 0.6, 0.6, click Inside Out, Apply.

Notice how rough the corners and bottom are...
(0012212)
Ken Moreland   
2008-06-03 10:28   
I'm not saying it's correct, but I do think that has always been the behavior (even in ParaView 2.X). The reason for the rounding off of the corners is that the implementation uses an implicit function of a box to find inside/outside values at the points of each cell. I think if a cell is intersected, it is clipped based on a linear interpolation of the implicit function at the points, which is a pretty poor assumption at the edges and corners of the box. I'm not sure there is an easy way around the problem.
(0012653)
Utkarsh Ayachit   
2008-07-08 09:47   
Marking resolved since the original issue referred to by this bug is indeed resolved. Feel free to add another bug if needed for the corner issue.
(0012682)
Alan Scott   
2008-07-09 16:56   
Tested client/server. There are jagged edges on a box clip. This has been written up as bug number 7300