File tree 1 file changed +0
-18
lines changed
1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 100
100
sketch_ic_8 = Sketch (plane = plane )
101
101
sketch_ic_8 .box (Point2D ([21 , 59 ]), 10 , 18 )
102
102
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
-
121
103
# -- Perform some modeling operations --
122
104
#
123
105
# Now that the sketch is ready to be extruded, perform some modeling operations,
You can’t perform that action at this time.
0 commit comments