Provide `difference` (`and_not`) and `symmetric_difference` (`xor`) operation · Issue #85 · ricosjp/truck · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I figure out I need to .not shape by finding issue #68. It would be nice if truck provided .not() operation even if for now they would be implemented in terms of .or and .and.
The text was updated successfully, but these errors were encountered:
In boundary expressions, if one turns over all the faces of the shell, it's the same as doing a not operation. That's why I decided not to add it here, because I thought it wasn't something that should be listed in parallel. I might think about it again when it's a bit more complete.
I think it's most common for CADs to have difference and symmetric difference operations than negation. So I think many people will search for difference rather than not operation at first.
I figure out I need to
.not
shape by finding issue #68. It would be nice if truck provided .not() operation even if for now they would be implemented in terms of.or
and.and
.The text was updated successfully, but these errors were encountered: