Skip to content

Commit 7fbe048

Browse files
committed
Tweak the counter-bore holes example a bit
1 parent 805e32e commit 7fbe048

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

examples/04_holes_and_counterbores.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@
4242

4343
# Drill a counterbored hole at each of the four corner vertices.
4444
.cboreHole(bolt_dia, cbore_dia, cbore_depth)
45-
46-
# Fillet the bottom edges to clean up the part.
47-
.edges("<Z")
48-
.fillet(2.0)
4945
)
5046

5147
show_object(result)

0 commit comments

Comments
 (0)