Skip to content

Commit ffbc829

Browse files
committed
fix geo script
1 parent 9dbdee0 commit ffbc829

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

geometry-mechanical-dpf/01_geometry.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -100,24 +100,6 @@
100100
sketch_ic_8 = Sketch(plane=plane)
101101
sketch_ic_8.box(Point2D([21, 59]), 10, 18)
102102

103-
104-
sketch = Sketch()
105-
(
106-
sketch.segment(start=Point2D([-4, 5]), end=Point2D([4, 5]))
107-
.segment_to_point(end=Point2D([4, -5]))
108-
.segment_to_point(end=Point2D([-4, -5]))
109-
.segment_to_point(end=Point2D([-4, 5]))
110-
.box(
111-
center=Point2D([0, 0]),
112-
width=Distance(3),
113-
height=Distance(3),
114-
)
115-
.circle(center=Point2D([3, 4]), radius=outer_hole_radius)
116-
.circle(center=Point2D([-3, -4]), radius=outer_hole_radius)
117-
.circle(center=Point2D([-3, 4]), radius=outer_hole_radius)
118-
.circle(center=Point2D([3, -4]), radius=outer_hole_radius)
119-
)
120-
121103
# -- Perform some modeling operations --
122104
#
123105
# Now that the sketch is ready to be extruded, perform some modeling operations,

0 commit comments

Comments
 (0)