MCPcopy Create free account
hub / github.com/Kamel773/CAD_Code_Generation / add_leg

Function add_leg

CADPrompt/00009307/Python_Code.py:18–20  ·  view source on GitHub ↗
(loc: cq.Location)

Source from the content-addressed store, hash-verified

16)
17
18def add_leg(loc: cq.Location) -> cq.Shape:
19 global leg
20 return leg.val().located(loc) #type:ignore
21
22legs:cq.Workplane = (
23 table_top

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected