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

Check for overlaps #7

Open
MaxTousss opened this issue Nov 5, 2024 · 3 comments
Open

Check for overlaps #7

MaxTousss opened this issue Nov 5, 2024 · 3 comments

Comments

@MaxTousss
Copy link
Collaborator

Would be nice right?

Pseudo code:

  • Keep 4 levels of convex hull: module_types, module_replicates, det_types, detector_replicates.
  • Check intersection over each elements of a level, largest to lower. Stop if intersection(s) were found at a given level.
  • Output index with intersection and show ONLY them?

Question(s):

  • Tolerance of intersection. 0.01 mm ?
@KrisThielemans
Copy link

Maybe this could help: https://trimesh.org/trimesh.boolean.html

@MaxTousss
Copy link
Collaborator Author

Or python fcl: mikedh/trimesh#23

@yassirnajmaoui
Copy link
Collaborator

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

3 participants