We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to populate holes in a complex 2d shape onto a complex 3d shape I thought about 2 approaches each comes with a back draw
1- Project the 2d shape onto the 3d shape in multiple angles, (I put the 2d shape inside the 3d)
2- Iterate the faces and put hole on each face
anybody can help me with this?
The text was updated successfully, but these errors were encountered:
Did you try cq.Face.project?
cq.Face.project
Sorry, something went wrong.
No branches or pull requests
I want to populate holes in a complex 2d shape onto a complex 3d shape I thought about 2 approaches each comes with a back draw
1- Project the 2d shape onto the 3d shape in multiple angles, (I put the 2d shape inside the 3d)
2- Iterate the faces and put hole on each face
anybody can help me with this?
The text was updated successfully, but these errors were encountered: