No boolean operations found in pypi-installed manifold3d package #586
-
How do I do a boolean operation? When doing |
Beta Was this translation helpful? Give feedback.
Answered by
elalish
Nov 1, 2023
Replies: 1 comment
-
Our library is mostly |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pca006132
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our library is mostly
const
operations that return a new manifold without changing the inputs:Manifold result = manifold1 - manifold2
.