<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
I have got a problem with very large data, bounding box is [0, 0, 0] [
15e18, 15e18, 15e18]<br>
<br>
The Clip and Cutter filters (when created via the GUI) cause a seg
fault.<br>
<br>
ParaView itself is capable of cutting the data with the following
Python script<br>
<br>
<i>cut.Input = reader<br>
cut.Input = servermanager.OutputPort(reader, 0)<br>
<br>
plane1 = servermanager.implicit_functions.Plane()<br>
plane1.Normal = [1,0,0]<br>
plane1.Origin = [7.5e18, 7.5e18, 7.5e18]<br>
cut.CutFunction = plane1<br>
<br>
view = servermanager.GetRenderView()<br>
repCut = servermanager.CreateRepresentation(cut, view)</i><br>
<br>
If the same operation is done via the GUI, ParaView crashes immediately.<br>
Are the developpers aware of that?<br>
<br>
<div class="moz-signature">-- <br>
Jean --<br>
Swiss National Supercomputing Center<br>
</div>
</body>
</html>