-
The spatial predicates already use those options, but at the moment we only set them under the hood and don't allow to override them by the user. In this case, `s2geography`'s functions directly allow…
-
Hi there! I'm working with your CGAL wrapper (fantastic resource- thanks!), and I'm having some issues with the boolean operations. I think I might just be defining the issue wrong, but was hoping to …
-
Here is an example script:
```rust
use truck_meshalgo::tessellation::{MeshableShape, MeshedShape};
use truck_modeling::builder::{rsweep, try_attach_plane, tsweep, vertex};
use truck_modeling::{P…
-
Hi, my name is Ivan. I am the creator a popular photo editor [www.photopea.com](http://www.photopea.com/), used by 1 million people every day.
I use Paper.js in Photopea to allow my users to do boo…
-
By default, the union, subtract and intersect boolean operations should check if meshes/shapes are touching before doing the operation. However, sometimes a user may want to merge meshes together, eve…
-
To create a new object from one or more input objects, operations for combining those input objects need to be available. The minimum set of operations is:
- union
- complement/negation
From those ca…
-
## What problem does this solve or what need does it fill?
Adding boolean operations should enable for an ergonomic foundation for constructive geometry
## What solution would you like?
Meshe…
-
**Description**
I've been able to repro behavior reported by one of our users, in which `rolling_formula` does not work on a Boolean column. The goal of the operation is to check if there hav…
-
Would be great to have Boolean operations on SVG elements. Capabilities like Union, Difference, Intersection, or Exclusion.
See this Raphaël plugin for an example of how this might look
https://githu…
-
Implementing boolean operations - also known as Constructive Solid Geometry - is a common need in 3D applications.
Some library for doing this in Three.js called `CSG` has been floating around for …