[vtk-developers] vtkbool: an alternative filter for boolean operations of vtkPolyData

Sebastien Jourdain sebastien.jourdain at kitware.com
Tue Nov 12 21:54:18 EST 2013


That's awesome... Thanks for sharing that...



On Tue, Nov 12, 2013 at 6:44 PM, Ronald Römer <rroemer at gmail.com> wrote:

> Hello,
>
> I would like to draw attention to my development of a filter to perform
> boolean operations on meshes of type vtkPolyData. The filter doesn't need
> any libraries other than VTK itself and has, besides the primary and most
> obviously goal, two secondary goals. Firstly the filter should not use
> triangulation to work and secondly should handle concruent polygons in the
> right way. I started developing the filter in a time before VTK gots a
> filter with a functionality like that. After a long break I decided to
> continue my work because the added filter works in a different manner and
> has some weaknesses. Here is the link to the project on GitHub:
>
> https://github.com/zippy84/vtkbool
>
> I tested the filter in-depth, but I am sure that real examples are able to
> afford not known cases. Test it with your applicational data and let me
> know if it is so or not. Report your bugs on the named website (not here)
> and I will look to solve the new issues in a short time. Don't forget to
> attach your examples with coordinates in the position of the operation or
> just the original meshes with the used transformation matrices. Patches are
> also welcome.
>
> All features and limitations are listed on the Readme at GitHub.
>
> Best regards.
>
> PS: The library is also a plugin for Paraview.
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtk-developers
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20131112/d8fb3baf/attachment.html>


More information about the vtk-developers mailing list