Chamfered hole on outside of tube #2012
-
Beta Was this translation helpful? Give feedback.
Answered by
lorenzncode
Mar 15, 2026
Replies: 2 comments 1 reply
-
|
Try this selector to select the outer face based on Area: .faces("%CYLINDER")
.faces(cq.selectors.AreaNthSelector(-1)) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
CraigerBrau
-
|
Thank you so much. This change was what I was looking for. .faces("%CYLINDER")
.faces(cq.selectors.AreaNthSelector(-1))
.edges("not <Z")
.edges("not >Z")
.chamfer(1) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Try this selector to select the outer face based on Area: