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
If I have a sketch and extrude a solid from the sketch, is it possible to bend the extruded solid as if it was fed to a rolling machine?
I don't have a code example because without this bending operation I don't know how to model this effect.
e.g. https://blenderartists.org/t/bendind-in-a-plane-into-a-cilinder/1476118
The text was updated successfully, but these errors were encountered:
No, not right now. Do you want to map the pattern onto a face?
Sorry, something went wrong.
I want to map the pattern onto a cylinder and cut out a hole in the cylinder
If you have a 2D array of things, you could map them to the parametric space of the cylinder, position and project onto it. Take a look here:
cadquery/cadquery/occ_impl/shapes.py
Line 5178 in 2726421
No branches or pull requests
If I have a sketch and extrude a solid from the sketch, is it possible to bend the extruded solid as if it was fed to a rolling machine?
I don't have a code example because without this bending operation I don't know how to model this effect.
e.g. https://blenderartists.org/t/bendind-in-a-plane-into-a-cilinder/1476118
The text was updated successfully, but these errors were encountered: