-
I want to make Engraving Patterns on Thin_Shells. Starting from the stl surface, I first calculate the normal direction and center of each patch on the stl surface, then use the patch center and normal phase to build a cylinder, and finally obtain the Engraving Patterns through Boolean operations, and then obtain the thin shell through surface offset. How should I implement this through python, especially parameterized holes? |
Beta Was this translation helpful? Give feedback.
Answered by
Grantim
Mar 27, 2024
Replies: 1 comment 4 replies
-
Hello! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This script may work for you:
Input Mesh
Fixed and thicken mesh
Cylinders
Result