MantisBT - VTK
View Issue Details
0003825VTK(No Category)public2006-09-29 05:022016-08-12 09:54
Jean Favre 
Berk Geveci 
lowmajoralways
closedmoved 
 
 
0003825: clipdataset crashes on hexa grid
This is a bug I found using ParaView CVS, When clipping with the default sphere widget settings, clipping works fine. If changing InsideOut=ON without changing anything else, paraview crashes

here is the Tcl script showing the bug on my Linux box:

vtkXMLUnstructuredGridReader reader
reader SetFileName /local1/data/hexasc0.vtu

vtkSphere sphere
sphere SetRadius 1.66
sphere SetCenter 1.66 1.66 1.66

vtkClipDataSet clip
clip SetInputConnection [reader GetOutputPort]
clip InsideOutOn
clip SetClipFunction sphere
clip Update
No tags attached.
gz hexasc0.vtu.gz (0) 1969-12-31 19:00
https://www.vtk.org/Bug/file/5678/hexasc0.vtu.gz
Issue History
2008-02-06 10:51Jeff BaumesAssigned ToWill Schroeder => Berk Geveci
2008-02-13 13:46Berk GeveciNote Added: 0010481
2008-03-06 19:01Berk GeveciNote Added: 0010742
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:54Kitware RobotNote Added: 0036888
2016-08-12 09:54Kitware RobotStatusexpired => closed
2016-08-12 09:54Kitware RobotResolutionopen => moved

Notes
(0010481)
Berk Geveci   
2008-02-13 13:46   
Unfortunately, it seems like the data file did not survive the transfer from the phpbugtracker. Jean, do you still have this file somewhere?
(0010742)
Berk Geveci   
2008-03-06 19:01   
Reminder sent to: Jean Favre

Jean,

Do you still have this dataset?
(0036888)
Kitware Robot   
2016-08-12 09:54   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.