MantisBT - ParaView
View Issue Details
0011415ParaViewBugpublic2010-11-08 11:192010-12-16 18:15
Stephane P 
Berk Geveci 
normalminoralways
closedfixed 
Development 
 
ParaViS
0011415: surface of quadratic cells in multiblock is extracted before applying slice
When loading a multibloc data composed of quadratic cells (VTK_QUADRATIC_TETRA in this case, but it is visible for other non-linear types), applying the slice filter produces the slice of the skin of the object, not the slice of the interior of the cells as it should.
It is as if an intermediate "Extract surface" filter was added between the input filter and the slice filter.
To reproduce the bug :
*load the tetra10.vtk attached file
*apply the "Group Datasets" filter to create a multibloc dataset composed of only this quadratic tetra
*apply the slice filter --> only the edges of the triangle are displayed, instead of the filled triangle.
No tags attached.
? tetra10.vtk (325) 2010-11-08 11:19
https://www.vtk.org/Bug/file/8479/tetra10.vtk
Issue History
2010-11-08 11:19Stephane PNew Issue
2010-11-08 11:19Stephane PFile Added: tetra10.vtk
2010-11-08 11:31Stephane PNote Added: 0023062
2010-11-08 14:10Utkarsh AyachitStatusbacklog => tabled
2010-11-08 14:10Utkarsh AyachitAssigned To => Berk Geveci
2010-12-16 10:24Berk GeveciNote Added: 0024209
2010-12-16 10:24Berk GeveciStatustabled => @80@
2010-12-16 10:24Berk GeveciResolutionopen => fixed
2010-12-16 17:18Berk GeveciNote Added: 0024221
2010-12-16 18:14Alan ScottNote Added: 0024223
2010-12-16 18:14Alan ScottStatus@80@ => closed
2011-06-23 11:44Utkarsh AyachitProject => ParaViS

Notes
(0023062)
Stephane P   
2010-11-08 11:31   
After some tests, it appears that you may have to load the tetra10.vtk twice and group the two instance in the "Group Datasets" filter to see the bug.

And this is not a pb of the slice filter, applying the "Cell centers" filter with Vertex Cells on produces 4 points (or 8 if you have 2 instances), it should only produce 1.
(0024209)
Berk Geveci   
2010-12-16 10:24   
This is not fixed in master. Please verify and close the bug.
(0024221)
Berk Geveci   
2010-12-16 17:18   
Duh! I meant to say "this is now fixed in master" not "this is not fixed in master".
(0024223)
Alan Scott   
2010-12-16 18:14   
Tested local server, Windows client, trunk.