<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi all,<br>
</p>
<p><br>
</p>
<p>I tried to execute the example of vtkBooleanOperationPolyDataFilter from <a href="http://www.vtk.org/Wiki/VTK/Examples/Python/PolyData/BooleanOperationPolyDataFilter">http://www.vtk.org/Wiki/VTK/Examples/Python/PolyData/BooleanOperationPolyDataFilter</a>.
 I failed to run it with errors below. What's the problem? Could anyone solve the problem and update the example for me? Thanks in advance. BTW, it seems some codes need to be changed in this example. For example, sphere1Tri.SetInput(input1) need to be modified
 to sphere1Tri.SetInputData(input1).<br>
</p>
<p><br>
</p>
<p><br>
</p>
<div>ERROR: In /home/zshen/LibraryFiles/VTK/VTK-7.1.0_Source/Filters/General/vtkOBBTree.cxx, line 1058</div>
<div>vtkOBBTree (0x2986e30): Can't build OBB tree - no data available!</div>
<div><br>
</div>
<div>ERROR: In /home/zshen/LibraryFiles/VTK/VTK-7.1.0_Source/Filters/General/vtkOBBTree.cxx, line 1058</div>
<div>vtkOBBTree (0x2987460): Can't build OBB tree - no data available!</div>
<div><br>
</div>
<div>Segmentation fault (core dumped)<br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>Regards,<br>
</div>
<div><br>
</div>
<div>Zhuangming Shen<br>
</div>
<div><br>
<br>
</div>
<p><br>
</p>
<p><br>
</p>
<p> <br>
</p>
</body>
</html>