# point cloud convert to polydata and how to cut it sucessfully?

**URL:** https://discourse.vtk.org/t/point-cloud-convert-to-polydata-and-how-to-cut-it-sucessfully/8514
**Category:** Support
**Tags:** jobs
**Created:** [May 17, 2022, 2:43pm UTC](https://discourse.vtk.org/t/point-cloud-convert-to-polydata-and-how-to-cut-it-sucessfully/8514 "2022-05-17T14:43:10Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![CaffeMrDe](https://discourse.vtk.org/user_avatar/discourse.vtk.org/caffemrde/32/5166_2.png) [@CaffeMrDe](https://discourse.vtk.org/u/CaffeMrDe)
#### Post date: [May 17, 2022, 2:43pm UTC](https://discourse.vtk.org/t/point-cloud-convert-to-polydata-and-how-to-cut-it-sucessfully/8514/1 "2022-05-17T14:43:10Z")

</div>

I can convert pointcloud without Polygons or Triangles to a polydata.  
And I want to use vtkCutter to get cross section with a plane, But it failed and report errors as follow

ERROR: In …\Filters\General\vtkOBBTree.cxx, line 1058  
vtkOBBTree (0FA04398): Can’t build OBB tree - no data available!

And I change a method ,which use vtkIntersectionPolyDataFilter ,But it also report errors as follow  
ERROR: In …\Common\ExecutionModel\vtkExecutive.cxx, line 811  
vtkCompositeDataPipeline (0FA35C88): UpdateInformation invoked during another request. Returning failure to algorithm vtkIntersectionPolyDataFilter(1F025978).

And How can I do? Please can you help me? Thanks.
