wildmeshing-python icon indicating copy to clipboard operation
wildmeshing-python copied to clipboard

boolean operation between tetrahedral meshes?

Open r03ert0 opened this issue 4 years ago • 1 comments

Hello, I have two tetrahedral meshes: a complex object and a box. I would like to remove half of the complex object by subtracting the box. Is it possible to do that? In the example notebook it seems that only triangular meshes can be used as input... Thank you!

r03ert0 avatar Jan 13 '21 20:01 r03ert0

Yes, we support only triangular meshes. For your case, I would extract the boundary of the two meshes and try with our algorithm

teseoch avatar Mar 11 '21 20:03 teseoch