mike7238 Posted April 29, 2020 Share Posted April 29, 2020 I want to subtract the surface one to another one but it doesn't work on the boolean operation wherein it leaves the "B" without subtracting on "A". Is this a version problem also? Thanks! Quote Link to comment Share on other sites More sharing options...
anim Posted April 29, 2020 Share Posted April 29, 2020 are they both polygonal geometries? (e.g. no packed primitives, no polysoups, no procedural primitives like Tube, etc ...) Quote Link to comment Share on other sites More sharing options...
Howitzer99 Posted April 30, 2020 Share Posted April 30, 2020 You could try converting to VDB, running the boolean, and then converting back to poly. This usually works for running boolean operations, at the expense of dense geo, so you'd want to polyReduce or reskin to get back to decent poly counts. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.