(loc: cq.Location)
| 12 | leg:cq.Workplane = cq.Workplane("XY").box(leg_length, leg_width, leg_height).translate((0, 0, -(leg_height/2)-table_top_height)) |
| 13 | |
| 14 | def add_leg(loc: cq.Location) -> cq.Shape: |
| 15 | global leg |
| 16 | return leg.val().located(loc) #type:ignore |
| 17 | |
| 18 | legs:cq.Workplane = ( |
| 19 | table_top |
nothing calls this directly
no outgoing calls
no test coverage detected