• Home
  • Documentation
  • Forum
  • Blog
  • Users
    • Map
    • Userlist
    • Businesses
    • Userpages
    • Connections
  • Contributions
    • All
    • Store
  • Downloads
    • vvvv beta
    • vvvv beta previews
  • Store
Show / Hide Table of Contents

Boolean Geometry

Author: digitalwannabe
Date: 16 Jul, 2017
Category: plugin
Credits:

igl@ETH Zurich, lichterloh. Also makes use of Eigen, CGAL and boost.

Download

64bit

0-3dBooleanGeometry_b35.8_AnyCPU_v1.0.zip
16 Jul, 2017 - 16:18
initial

Description

Boolean operations on groups of meshes

Features:

  • Easily use boolean operations (union, intersect, minus, xor) on 2 or more meshes to create new objects
  • Define a complex (recursive) "tree" of operations using helper nodes, see image below
  • Resolve feature eliminates intersecting faces of 2 or more meshes by adding new triangles with shared edges along intersections in all input meshes, useful e.g. for tetgen inputs
  • including helpfile{s}

This is a wrapper around boolean functions, i.e. CSG Tree, in libigl by the Interactive Geometry Lab @ ETH Zurich: http://libigl.github.io/libigl/

Source Code:

  • the source code for the vvvv plugin plus the c++ dll can be found in my addonpack fork: https://github.com/digitalwannabe/vvvv-sdk/tree/develop/vvvv45/addonpack/src/nodes/plugins/3d/3dConstructiveSolidGeometryTree

Licenses:

All my code is MIT where possible; always happy about credit to digitalWannabe/lichterloh All code from libigl is MPL2

Changelog:

v1.0 :

  • initial release

Comments

Comments are no longer accepted.
Please create a new topic in the vvvv beta forum to discuss this contribution.
digitalwannabe
16 Jul, 2017 - 16:00

don't know how to add a second image to a plugin page, so here's an example of a tree operation as mentioned above example of csg tree

lasal
16 Jul, 2017 - 21:37

Great!

digitalwannabe
17 Jul, 2017 - 19:54

thank you :) it's again from the lib i've shown you....

letoast
05 Aug, 2017 - 10:27

Hmmm,I get 0 output from any of the Help patches. The Boolean Geometry doesn't output anything.

digitalwannabe
04 Nov, 2017 - 10:30

@letoast let me know which version you are using and i'll check!

stophl
08 Mar, 2018 - 12:56

..this doesn't work, does it? Tried it in 35.8 x86 & 64bit. There's no output from Boolean Geometry Node, Ex9 & DX11. Same with help patches.. help!

andresc4
09 Mar, 2018 - 13:50

same error on 35.18 and 35.12

u7angel
26 Mar, 2018 - 16:50

seems not working anymore in recent vvvv version

mapbafuj
05 Feb, 2020 - 13:01

I have tried to use the digital wannabe nodes, but they don't produce any output. Has anyone got them to work? Thank you

  • Improve this Doc

© 2020 by vvvv group. Imprint | Privacy Policy.
Thanks to DocFX for building this website. Analytics by Plausible.

Back to top