We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805e32e commit 7fbe048Copy full SHA for 7fbe048
1 file changed
examples/04_holes_and_counterbores.py
@@ -42,10 +42,6 @@
42
43
# Drill a counterbored hole at each of the four corner vertices.
44
.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)
49
)
50
51
show_object(result)
0 commit comments