View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003825VTK(No Category)public2006-09-29 05:022016-08-12 09:54
ReporterJean Favre 
Assigned ToBerk Geveci 
PrioritylowSeveritymajorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0003825: clipdataset crashes on hexa grid
DescriptionThis 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
TagsNo tags attached.
Project
Type
Attached Filesgz file icon hexasc0.vtu.gz [^] (0 bytes) 1969-12-31 19:00

 Relationships

  Notes
(0010481)
Berk Geveci (administrator)
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 (administrator)
2008-03-06 19:01

Reminder sent to: Jean Favre

Jean,

Do you still have this dataset?
(0036888)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2008-02-06 10:51 Jeff Baumes Assigned To Will Schroeder => Berk Geveci
2008-02-13 13:46 Berk Geveci Note Added: 0010481
2008-03-06 19:01 Berk Geveci Note Added: 0010742
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2016-08-12 09:54 Kitware Robot Note Added: 0036888
2016-08-12 09:54 Kitware Robot Status expired => closed
2016-08-12 09:54 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team