Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working with multi-patch meshes #2258

Open
ShawnTheSheep1861 opened this issue Jul 29, 2024 · 0 comments
Open

Working with multi-patch meshes #2258

ShawnTheSheep1861 opened this issue Jul 29, 2024 · 0 comments

Comments

@ShawnTheSheep1861
Copy link

I have an STL with multiple 2D patches that build a watertight closed surface.

My goal is to slice the STL at an arbitrary 2D surface (not planar) which is loaded as a second STL, and export the sliced meshes separately. Information about the patches should be conserved during this process.

What I did so far:

  1. Import mesh to slice (mesh1)
  2. Import cutting surface (mesh2)
  3. Solidify mesh2 using blender
  4. Trimesh boolean difference operation between mesh1 and mesh2

At this point I get the error that mesh1 is not a volume or not watertight respectively. How can I resolve the issue while keeping the original patches? The cutted surface should be a separate patch if possible.

Right now, GitHub doesn't let me upload images but if it works I will add them to the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant