Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

The solution of #1996 does not preserve the slot. It looks like a different approach is needed to create a bend given a face with features such as slot/holes.

from cadquery import Sketch

sk1 = Sketch().rect(40, 20).push([(-10, 0)]).slot(10, 1, 0, "s").reset()

BEND_RADIUS = 1
THICKNESS = 1

# todo:
# - create bend at x=-10, around y, say -90 degrees
# - thicken/offset to given thickness 
You must be logged in to vote

Replies: 1 comment

Comment options

I think the best angle of attack here would be to use edgeOn and map the original sketch onto the parametric space of the bent plate.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
🙏
Q&A
Labels
None yet
2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.