I have got a problem with very large data, bounding box is [0, 0, 0] [
15e18, 15e18, 15e18]

The Clip and Cutter filters (when created via the GUI) cause a seg fault.

ParaView itself is capable of cutting the data with the following Python
script

/cut.Input = reader
cut.Input = servermanager.OutputPort(reader, 0)

plane1 = servermanager.implicit_functions.Plane()
plane1.Normal = [1,0,0]
plane1.Origin = [7.5e18, 7.5e18, 7.5e18]
cut.CutFunction = plane1

view = servermanager.GetRenderView()
repCut = servermanager.CreateRepresentation(cut, view)/

If the same operation is done via the GUI, ParaView crashes immediately.
Are the developpers aware of that?

-- 
Jean --
Swiss National Supercomputing Center
_______________________________________________
ParaView mailing list
[email protected]
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to