mallikarjun49
mallikarjun49
> https://github.com/zippy84/vtkbool/blob/c0de9f68b41e53f71624dcf9aa3e4efddabfad4f/vtkPolyDataBooleanFilter.cxx#L2854 > > Currently I'm working on a new version that fixes that. Hi @zippy84, Thank you very much for this library. I am trying to use boolean difference...
> @mallikarjun49 Can you supply two meshes that does not work? Thank you very much for the quick response. I am basically using vtkSphereSource and vtkCylinderSource to do the difference...
@lassoan Thank you for your suggestions. I have now used vtkLineSource with vtkTubeFilter instead of vtkCylinderSource, and exported the mesh files. @zippy84 , Please find the attached source code files...
Thank you very much @zippy84 !!