[vtkusers] Errors from BooleanOperationPolyDataFilter example
沈庄明
zhuangming.shen at sphic.org.cn
Tue Feb 28 21:08:23 EST 2017
Hi all,
I tried to execute the example of vtkBooleanOperationPolyDataFilter from http://www.vtk.org/Wiki/VTK/Examples/Python/PolyData/BooleanOperationPolyDataFilter. 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).
ERROR: In /home/zshen/LibraryFiles/VTK/VTK-7.1.0_Source/Filters/General/vtkOBBTree.cxx, line 1058
vtkOBBTree (0x2986e30): Can't build OBB tree - no data available!
ERROR: In /home/zshen/LibraryFiles/VTK/VTK-7.1.0_Source/Filters/General/vtkOBBTree.cxx, line 1058
vtkOBBTree (0x2987460): Can't build OBB tree - no data available!
Segmentation fault (core dumped)
Regards,
Zhuangming Shen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20170301/745bbafa/attachment.html>
More information about the vtkusers
mailing list