stem
stringlengths
22
39
family
stringlengths
3
20
difficulty
stringclasses
3 values
base_plane
stringclasses
1 value
split
stringclasses
1 value
feature_tags
stringlengths
59
150
feature_count
int64
0
6
ops_used
stringlengths
19
452
gt_code
stringlengths
133
25.8k
composite_png
imagewidth (px)
268
268
synth_sheet_metal_tray_000887_s9999
sheet_metal_tray
easy
XY
test-iid
{"has_hole": false, "has_slot": false, "has_fillet": false, "has_chamfer": false}
0
["box", "faces", "shell"]
import cadquery as cq result = ( cq.Workplane("XY") .box(188.3, 47.2, 44.3) .faces(">Z") .shell(-3.8) ) # Export show_object(result)
synth_slotted_plate_000606_s9999
slotted_plate
medium
XY
test-iid
{"has_slot": true, "has_hole": false, "has_fillet": true, "has_chamfer": false, "pattern_like": true}
3
["box", "edges", "fillet", "workplane", "rarray", "rect", "cutThruAll"]
import cadquery as cq result = ( cq.Workplane("XY") .box(183.1, 119.6, 10.3) .edges("|Z") .fillet(2.6) .faces(">Z").workplane() .rarray(1, 33.99, 1, 4) .rect(102.4, 7.6) .cutThruAll() ) # Export show_object(result)
synth_slotted_plate_000806_s9999
slotted_plate
medium
XY
test-iid
{"has_slot": true, "has_hole": false, "has_fillet": true, "has_chamfer": false, "pattern_like": true}
3
["box", "edges", "fillet", "workplane", "rarray", "rect", "cutThruAll"]
import cadquery as cq result = ( cq.Workplane("XY") .box(209.9, 146.1, 14.0) .edges("|Z") .fillet(1.4) .faces(">Z").workplane() .rarray(1, 43.88, 1, 4) .rect(84.5, 4.5) .cutThruAll() ) # Export show_object(result)
synth_slotted_plate_000821_s9999
slotted_plate
medium
XY
test-iid
{"has_slot": true, "has_hole": false, "has_fillet": true, "has_chamfer": false, "pattern_like": true}
3
["box", "edges", "fillet", "workplane", "rarray", "rect", "cutThruAll"]
import cadquery as cq result = ( cq.Workplane("XY") .box(126.9, 47.9, 7.4) .edges("|Z") .fillet(1.7) .faces(">Z").workplane() .rarray(1, 10.77, 1, 4) .rect(39.6, 5.6) .cutThruAll() ) # Export show_object(result)
synth_slotted_plate_000903_s9999
slotted_plate
medium
XY
test-iid
{"has_slot": true, "has_hole": false, "has_fillet": true, "has_chamfer": false, "pattern_like": true}
3
["box", "edges", "fillet", "workplane", "rarray", "rect", "cutThruAll"]
import cadquery as cq result = ( cq.Workplane("XY") .box(140.6, 76.3, 8.0) .edges("|Z") .fillet(0.8) .faces(">Z").workplane() .rarray(1, 28.12, 1, 3) .rect(65.3, 10.1) .cutThruAll() ) # Export show_object(result)
synth_spacer_ring_000299_s9999
spacer_ring
hard
XY
test-iid
{"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "rotational": true}
3
["cylinder", "workplane", "hole", "workplane", "polarArray", "hole", "workplane", "center", "circle", "circle", "cutBlind"]
import cadquery as cq result = ( cq.Workplane("XY") .cylinder(6.0, 12.65) .faces(">Z").workplane() .hole(15.7) .faces(">Z").workplane() .polarArray(10.2, 0, 360, 6) .hole(2.2) .faces(">Z").workplane() .center(0.0, -3.0) .circle(8.55) .circle(7.85) .cutBlind(-1.4) ) # Ex...
synth_spacer_ring_000614_s9999
spacer_ring
medium
XY
test-iid
{"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true}
2
["cylinder", "workplane", "hole", "workplane", "polarArray", "hole"]
import cadquery as cq result = ( cq.Workplane("XY") .cylinder(40.0, 45.2) .faces(">Z").workplane() .hole(78.0) .faces(">Z").workplane() .polarArray(42.1, 0, 360, 4) .hole(2.6) ) # Export show_object(result)
synth_spur_gear_000040_s9999
spur_gear
easy
XY
test-iid
{"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true, "pattern_like": true, "variant": "spoked"}
4
["polyline", "close", "extrude", "workplane", "circle", "cutThruAll", "union", "union", "union", "union", "union", "union", "union", "workplane", "hole"]
import cadquery as cq result = ( cq.Workplane("XY") .polyline([(22.012, -2.102), (22.438, -1.404), (22.561, -1.403), (22.929, -1.366), (23.532, -1.243), (24.353, -0.983), (25.369, -0.541), (25.375, 0.0), (25.369, 0.541), (24.353, 0.983), (23.532, 1.243), (22.929, 1.366), (22.561, 1.403), (22.438, 1.404), (22.0...
synth_spur_gear_000097_s9999
spur_gear
hard
XY
test-iid
{"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "rotational": true, "pattern_like": true, "variant": "multi_web"}
5
["polyline", "close", "extrude", "workplane", "circle", "cutBlind", "union", "workplane", "circle", "cutBlind", "union", "workplane", "hole", "workplane", "center", "rect", "cutThruAll"]
import cadquery as cq result = ( cq.Workplane("XY") .polyline([(20.71, -3.456), (21.323, -2.087), (21.487, -2.09), (21.978, -2.043), (22.78, -1.867), (23.864, -1.485), (25.186, -0.826), (25.2, 0.0), (25.186, 0.826), (23.864, 1.485), (22.78, 1.867), (21.978, 2.043), (21.487, 2.09), (21.323, 2.087), (20.71, 3.45...
synth_spur_gear_000196_s9999
spur_gear
easy
XY
test-iid
{"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true, "pattern_like": true, "variant": "solid_disc"}
4
["polyline", "close", "extrude", "workplane", "hole"]
import cadquery as cq result = ( cq.Workplane("XY") .polyline([(36.092, -3.248), (36.606, -2.191), (36.801, -2.189), (37.382, -2.131), (38.336, -1.936), (39.637, -1.529), (41.247, -0.837), (41.255, 0.0), (41.247, 0.837), (39.637, 1.529), (38.336, 1.936), (37.382, 2.131), (36.801, 2.189), (36.606, 2.191), (36.0...
synth_spur_gear_000256_s9999
spur_gear
medium
XY
test-iid
{"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "rotational": true, "pattern_like": true, "variant": "rim_heavy"}
5
["polyline", "close", "extrude", "workplane", "circle", "circle", "cutBlind", "workplane", "hole", "workplane", "center", "rect", "cutThruAll"]
import cadquery as cq result = ( cq.Workplane("XY") .polyline([(17.157, -3.916), (17.813, -2.276), (17.985, -2.282), (18.498, -2.237), (19.337, -2.046), (20.463, -1.621), (21.822, -0.882), (21.84, 0.0), (21.822, 0.882), (20.463, 1.621), (19.337, 2.046), (18.498, 2.237), (17.985, 2.282), (17.813, 2.276), (17.15...
synth_spur_gear_000272_s9999
spur_gear
hard
XY
test-iid
{"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "rotational": true, "pattern_like": true, "variant": "multi_web"}
5
["polyline", "close", "extrude", "workplane", "circle", "cutBlind", "union", "workplane", "circle", "cutBlind", "union", "workplane", "hole", "workplane", "center", "rect", "cutThruAll"]
import cadquery as cq result = ( cq.Workplane("XY") .polyline([(44.669, -4.02), (45.306, -2.712), (45.547, -2.71), (46.266, -2.637), (47.447, -2.396), (49.057, -1.892), (51.049, -1.036), (51.06, 0.0), (51.049, 1.036), (49.057, 1.892), (47.447, 2.396), (46.266, 2.637), (45.547, 2.71), (45.306, 2.712), (44.669, ...
synth_spur_gear_000774_s9999
spur_gear
medium
XY
test-iid
{"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "rotational": true, "pattern_like": true, "variant": "multi_web"}
5
["polyline", "close", "extrude", "workplane", "circle", "cutBlind", "union", "workplane", "circle", "cutBlind", "union", "workplane", "hole", "workplane", "center", "rect", "cutThruAll"]
import cadquery as cq result = ( cq.Workplane("XY") .polyline([(13.738, -1.444), (14.064, -0.947), (14.145, -0.947), (14.387, -0.923), (14.785, -0.84), (15.327, -0.666), (15.996, -0.369), (16.0, 0.0), (15.996, 0.369), (15.327, 0.666), (14.785, 0.84), (14.387, 0.923), (14.145, 0.947), (14.064, 0.947), (13.738, ...
synth_spur_gear_000925_s9999
spur_gear
medium
XY
test-iid
{"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "rotational": true, "pattern_like": true, "variant": "solid_disc"}
5
["polyline", "close", "extrude", "workplane", "hole", "workplane", "circle", "circle", "cutBlind", "workplane", "center", "rect", "cutThruAll"]
import cadquery as cq result = ( cq.Workplane("XY") .polyline([(11.958, -2.542), (12.385, -1.489), (12.499, -1.492), (12.837, -1.461), (13.39, -1.337), (14.134, -1.061), (15.034, -0.581), (15.045, 0.0), (15.034, 0.581), (14.134, 1.061), (13.39, 1.337), (12.837, 1.461), (12.499, 1.492), (12.385, 1.489), (11.958...
synth_spur_gear_000949_s9999
spur_gear
hard
XY
test-iid
{"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "rotational": true, "pattern_like": true, "variant": "multi_web"}
5
["polyline", "close", "extrude", "workplane", "circle", "cutBlind", "union", "workplane", "circle", "cutBlind", "union", "workplane", "hole", "workplane", "center", "rect", "cutThruAll"]
import cadquery as cq result = ( cq.Workplane("XY") .polyline([(15.118, -1.703), (15.485, -1.101), (15.578, -1.101), (15.856, -1.073), (16.311, -0.978), (16.931, -0.776), (17.695, -0.431), (17.7, 0.0), (17.695, 0.431), (16.931, 0.776), (16.311, 0.978), (15.856, 1.073), (15.578, 1.101), (15.485, 1.101), (15.118...
synth_spur_gear_000977_s9999
spur_gear
easy
XY
test-iid
{"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true, "pattern_like": true, "variant": "internal_ring"}
4
["cylinder", "workplane", "polyline", "close", "cutThruAll", "workplane", "hole"]
import cadquery as cq result = ( cq.Workplane("XY") .cylinder(13.1, 25.2) .faces(">Z").workplane() .polyline([(16.569, -2.922), (17.079, -1.751), (17.215, -1.754), (17.623, -1.715), (18.29, -1.568), (19.191, -1.246), (20.288, -0.692), (20.3, 0.0), (20.288, 0.692), (19.191, 1.246), (18.29, 1.568), (17.6...
synth_standoff_000013_s9999
standoff
medium
XY
test-iid
{"has_hole": true, "has_chamfer": true, "has_fillet": false}
2
["cylinder", "workplane", "hole", "faces", "chamfer", "faces", "chamfer"]
import cadquery as cq result = ( cq.Workplane("XY") .cylinder(13.3, 16.1) .faces(">Z").workplane() .hole(15.7) .faces(">Z") .chamfer(0.5) .faces("<Z") .chamfer(0.5) ) # Export show_object(result)
synth_standoff_000307_s9999
standoff
easy
XY
test-iid
{"has_hole": true, "has_chamfer": false, "has_fillet": false}
1
["cylinder", "workplane", "hole"]
import cadquery as cq result = ( cq.Workplane("XY") .cylinder(23.3, 7.3) .faces(">Z").workplane() .hole(4.4) ) # Export show_object(result)
synth_standoff_000591_s9999
standoff
medium
XY
test-iid
{"has_hole": true, "has_chamfer": true, "has_fillet": false}
2
["cylinder", "workplane", "hole", "faces", "chamfer", "faces", "chamfer"]
import cadquery as cq result = ( cq.Workplane("XY") .cylinder(35.4, 6.0) .faces(">Z").workplane() .hole(6.6) .faces(">Z") .chamfer(0.6) .faces("<Z") .chamfer(0.6) ) # Export show_object(result)
synth_standoff_000746_s9999
standoff
easy
XY
test-iid
{"has_hole": true, "has_chamfer": false, "has_fillet": false}
1
["cylinder", "workplane", "hole"]
import cadquery as cq result = ( cq.Workplane("XY") .cylinder(34.8, 15.5) .faces(">Z").workplane() .hole(9.2) ) # Export show_object(result)
synth_star_blank_000294_s9999
star_blank
easy
XY
test-iid
{"has_hole": false, "has_fillet": false, "has_chamfer": false}
0
["polyline", "close", "extrude"]
import cadquery as cq result = ( cq.Workplane("XY") .polyline([[0.0, -66.8], [16.6877, -16.6877], [66.8, 0.0], [16.6877, 16.6877], [0.0, 66.8], [-16.6877, 16.6877], [-66.8, 0.0], [-16.6877, -16.6877]]) .close() .extrude(5.9) ) # Export show_object(result)
synth_star_blank_000302_s9999
star_blank
hard
XY
test-iid
{"has_hole": true, "has_fillet": false, "has_chamfer": false}
1
["polyline", "close", "extrude", "workplane", "pushPoints", "hole", "workplane", "pushPoints", "hole"]
import cadquery as cq result = ( cq.Workplane("XY") .polyline([[0.0, -48.7], [10.85, -18.7928], [42.1754, -24.35], [21.7, -0.0], [42.1754, 24.35], [10.85, 18.7928], [0.0, 48.7], [-10.85, 18.7928], [-42.1754, 24.35], [-21.7, 0.0], [-42.1754, -24.35], [-10.85, -18.7928]]) .close() .extrude(7.9) .face...
synth_star_blank_000444_s9999
star_blank
medium
XY
test-iid
{"has_hole": true, "has_fillet": false, "has_chamfer": false}
1
["polyline", "close", "extrude", "workplane", "pushPoints", "hole"]
import cadquery as cq result = ( cq.Workplane("XY") .polyline([[0.0, -65.3], [20.69, -28.4774], [62.104, -20.1788], [33.4772, 10.8774], [38.3824, 52.8288], [0.0, 35.2], [-38.3824, 52.8288], [-33.4772, 10.8774], [-62.104, -20.1788], [-20.69, -28.4774]]) .close() .extrude(9.8) .faces(">Z").workplane(...
synth_star_blank_000569_s9999
star_blank
easy
XY
test-iid
{"has_hole": false, "has_fillet": false, "has_chamfer": false}
0
["polyline", "close", "extrude"]
import cadquery as cq result = ( cq.Workplane("XY") .polyline([[0.0, -64.1], [20.7889, -20.7889], [64.1, 0.0], [20.7889, 20.7889], [0.0, 64.1], [-20.7889, 20.7889], [-64.1, 0.0], [-20.7889, -20.7889]]) .close() .extrude(10.1) ) # Export show_object(result)
synth_star_blank_000823_s9999
star_blank
medium
XY
test-iid
{"has_hole": true, "has_fillet": false, "has_chamfer": false}
1
["polyline", "close", "extrude", "workplane", "pushPoints", "hole"]
import cadquery as cq result = ( cq.Workplane("XY") .polyline([[0.0, -72.5], [23.8053, -32.7652], [68.9516, -22.4037], [38.5178, 12.5152], [42.6144, 58.6537], [0.0, 40.5], [-42.6144, 58.6537], [-38.5178, 12.5152], [-68.9516, -22.4037], [-23.8053, -32.7652]]) .close() .extrude(4.4) .faces(">Z").work...
synth_stepped_shaft_000142_s9999
stepped_shaft
hard
XY
test-iid
{"has_hole": true, "has_chamfer": true, "has_fillet": false, "multi_stage": true}
3
["cylinder", "workplane", "circle", "extrude", "workplane", "circle", "extrude", "workplane", "circle", "extrude", "faces", "chamfer", "faces", "workplane", "hole"]
import cadquery as cq result = ( cq.Workplane("XY") .cylinder(10.0, 34.6) .faces(">Z").workplane() .circle(19.6) .extrude(14.2) .faces(">Z").workplane() .circle(9.3) .extrude(17.6) .faces(">Z").workplane() .circle(3.9) .extrude(17.5) .faces(">Z") .chamfer(1.8) .f...
synth_stepped_shaft_000442_s9999
stepped_shaft
medium
XY
test-iid
{"has_hole": false, "has_chamfer": true, "has_fillet": false, "multi_stage": true}
2
["cylinder", "workplane", "circle", "extrude", "workplane", "circle", "extrude", "faces", "chamfer"]
import cadquery as cq result = ( cq.Workplane("XY") .cylinder(17.3, 39.0) .faces(">Z").workplane() .circle(24.8) .extrude(13.9) .faces(">Z").workplane() .circle(20.2) .extrude(21.4) .faces(">Z") .chamfer(1.9) ) # Export show_object(result)
synth_stepped_shaft_000473_s9999
stepped_shaft
easy
XY
test-iid
{"has_hole": false, "has_chamfer": false, "has_fillet": false, "multi_stage": true}
1
["cylinder", "workplane", "circle", "extrude"]
import cadquery as cq result = ( cq.Workplane("XY") .cylinder(26.9, 26.7) .faces(">Z").workplane() .circle(17.6) .extrude(33.0) ) # Export show_object(result)
synth_stepped_shaft_000697_s9999
stepped_shaft
medium
XY
test-iid
{"has_hole": false, "has_chamfer": true, "has_fillet": false, "multi_stage": true}
2
["cylinder", "workplane", "circle", "extrude", "workplane", "circle", "extrude", "faces", "chamfer"]
import cadquery as cq result = ( cq.Workplane("XY") .cylinder(20.8, 14.7) .faces(">Z").workplane() .circle(10.3) .extrude(29.8) .faces(">Z").workplane() .circle(4.1) .extrude(18.8) .faces(">Z") .chamfer(0.7) ) # Export show_object(result)
synth_t_slot_rail_000341_s9999
t_slot_rail
hard
XY
test-iid
{"has_hole": true, "has_slot": true, "has_fillet": true, "has_chamfer": false, "symmetric_result": true}
4
["moveTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "close", "extrude", "workplane", "hole", "workplane", "hole", "edges", "fillet"]
import cadquery as cq result = ( cq.Workplane("XY") .moveTo(-15.0, -15.0) .lineTo(15.0, -15.0) .lineTo(15.0, 15.0) .lineTo(6.65, 15.0) .lineTo(6.65, 8.8) .lineTo(9.65, 8.8) .lineTo(9.65, 5.8) .lineTo(-9.65, 5.8) .lineTo(-9.65, 8.8) .lineTo(-6.65, 8.8) .lineTo(-6.65, 15.0...
synth_t_slot_rail_000720_s9999
t_slot_rail
hard
XY
test-iid
{"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "symmetric_result": true}
3
["moveTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "close", "extrude", "workplane", "center", "rect", "cutThruAll", "workplane", "center", "rect", "cutThruAll", "workplane", "center", "rect", "cutThruAll", "workplane", "center", "rect", "cutThruAll",...
import cadquery as cq result = ( cq.Workplane("XY") .moveTo(-25.0, -25.0) .lineTo(25.0, -25.0) .lineTo(25.0, 25.0) .lineTo(12.65, 25.0) .lineTo(12.65, 15.25) .lineTo(19.4, 15.25) .lineTo(19.4, 8.5) .lineTo(-19.4, 8.5) .lineTo(-19.4, 15.25) .lineTo(-12.65, 15.25) .lineTo(...
synth_t_slot_rail_000722_s9999
t_slot_rail
easy
XY
test-iid
{"has_hole": false, "has_slot": true, "has_fillet": false, "has_chamfer": false, "symmetric_result": true}
2
["moveTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "close", "extrude"]
import cadquery as cq result = ( cq.Workplane("XY") .moveTo(-15.0, -15.0) .lineTo(15.0, -15.0) .lineTo(15.0, 15.0) .lineTo(6.4, 15.0) .lineTo(6.4, 8.4) .lineTo(10.9, 8.4) .lineTo(10.9, 3.9) .lineTo(-10.9, 3.9) .lineTo(-10.9, 8.4) .lineTo(-6.4, 8.4) .lineTo(-6.4, 15.0) ...
synth_t_slot_rail_000880_s9999
t_slot_rail
easy
XY
test-iid
{"has_hole": false, "has_slot": true, "has_fillet": false, "has_chamfer": false, "symmetric_result": true}
2
["moveTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "close", "extrude"]
import cadquery as cq result = ( cq.Workplane("XY") .moveTo(-20.0, -20.0) .lineTo(20.0, -20.0) .lineTo(20.0, 20.0) .lineTo(10.15, 20.0) .lineTo(10.15, 6.55) .lineTo(14.4, 6.55) .lineTo(14.4, 2.3) .lineTo(-14.4, 2.3) .lineTo(-14.4, 6.55) .lineTo(-10.15, 6.55) .lineTo(-10....
synth_tapered_boss_000042_s9999
tapered_boss
hard
XY
test-iid
{"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": true, "rotational": true, "multi_stage": true}
5
["circle", "transformed", "circle", "loft", "workplane", "circle", "extrude", "workplane", "hole", "edges", "chamfer", "workplane", "center", "rect", "cutBlind"]
import cadquery as cq result = ( cq.Workplane("XY") .circle(47.4) .transformed(offset=cq.Vector(0, 0, 38.0), rotate=cq.Vector(0, 0, 0)) .circle(29.25) .loft(combine=True) .faces("<Z").workplane() .circle(62.95) .extrude(6.1) .faces(">Z").workplane() .hole(17.2) .edges(">Z") ...
synth_tapered_boss_000288_s9999
tapered_boss
easy
XY
test-iid
{"has_hole": false, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true, "multi_stage": true}
2
["circle", "transformed", "circle", "loft"]
import cadquery as cq result = ( cq.Workplane("XY") .circle(13.6) .transformed(offset=cq.Vector(0, 0, 79.1), rotate=cq.Vector(0, 0, 0)) .circle(5.05) .loft(combine=True) ) # Export show_object(result)
synth_tapered_boss_000454_s9999
tapered_boss
medium
XY
test-iid
{"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": true, "rotational": true, "multi_stage": true}
4
["circle", "transformed", "circle", "loft", "workplane", "circle", "extrude", "workplane", "hole", "edges", "chamfer"]
import cadquery as cq result = ( cq.Workplane("XY") .circle(38.65) .transformed(offset=cq.Vector(0, 0, 47.4), rotate=cq.Vector(0, 0, 0)) .circle(26.2) .loft(combine=True) .faces("<Z").workplane() .circle(68.05) .extrude(8.7) .faces(">Z").workplane() .hole(18.2) .edges(">Z") ...
synth_tapered_boss_000538_s9999
tapered_boss
hard
XY
test-iid
{"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": true, "rotational": true, "multi_stage": true}
4
["circle", "transformed", "circle", "loft", "workplane", "circle", "extrude", "workplane", "hole", "edges", "chamfer"]
import cadquery as cq result = ( cq.Workplane("XY") .circle(43.55) .transformed(offset=cq.Vector(0, 0, 60.7), rotate=cq.Vector(0, 0, 0)) .circle(33.95) .loft(combine=True) .faces("<Z").workplane() .circle(62.45) .extrude(5.5) .faces(">Z").workplane() .hole(38.6) .edges(">Z")...
synth_tapered_boss_000841_s9999
tapered_boss
medium
XY
test-iid
{"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": true, "rotational": true, "multi_stage": true}
4
["circle", "transformed", "circle", "loft", "workplane", "circle", "extrude", "workplane", "hole", "edges", "chamfer"]
import cadquery as cq result = ( cq.Workplane("XY") .circle(11.7) .transformed(offset=cq.Vector(0, 0, 54.5), rotate=cq.Vector(0, 0, 0)) .circle(7.7) .loft(combine=True) .faces("<Z").workplane() .circle(19.15) .extrude(6.0) .faces(">Z").workplane() .hole(9.1) .edges(">Z") ...
synth_threaded_adapter_000014_s9999
threaded_adapter
easy
XY
test-iid
{"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false}
1
["polygon", "extrude", "union", "union", "workplane", "hole"]
import cadquery as cq result = ( cq.Workplane("XY") .polygon(6, 16.859) .extrude(8.2) .union( cq.Workplane("XY") .transformed(offset=cq.Vector(0, 0, 9.75), rotate=cq.Vector(0, 0, 0)) .cylinder(3.1, 5.5) ) .union( cq.Workplane("XY") .transforme...
synth_threaded_adapter_000152_s9999
threaded_adapter
hard
XY
test-iid
{"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": true}
2
["polygon", "extrude", "union", "union", "edges", "chamfer", "faces", "chamfer", "union", "union", "union", "cut", "cut", "cut", "cut", "cut", "cut", "cut", "cut", "cut", "cut", "cut", "cut", "cut", "cut", "cut", "cut", "cut", "cut", "cut", "cut", "workplane", "hole"]
import cadquery as cq result = ( cq.Workplane("XY") .polygon(6, 17.551) .extrude(8.8) .union( cq.Workplane("XY") .transformed(offset=cq.Vector(0, 0, 10.3), rotate=cq.Vector(0, 0, 0)) .cylinder(3.0, 5.6) ) .union( cq.Workplane("XY") .transforme...
synth_threaded_adapter_000233_s9999
threaded_adapter
medium
XY
test-iid
{"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": true}
2
["polygon", "extrude", "union", "union", "edges", "chamfer", "faces", "chamfer", "workplane", "hole"]
import cadquery as cq result = ( cq.Workplane("XY") .polygon(6, 54.617) .extrude(27.8) .union( cq.Workplane("XY") .transformed(offset=cq.Vector(0, 0, 29.85), rotate=cq.Vector(0, 0, 0)) .cylinder(4.1, 19.7) ) .union( cq.Workplane("XY") .transfo...
synth_threaded_adapter_000403_s9999
threaded_adapter
medium
XY
test-iid
{"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": true}
2
["polygon", "extrude", "union", "union", "edges", "chamfer", "faces", "chamfer", "workplane", "hole"]
import cadquery as cq result = ( cq.Workplane("XY") .polygon(6, 57.504) .extrude(10.2) .union( cq.Workplane("XY") .transformed(offset=cq.Vector(0, 0, 11.7), rotate=cq.Vector(0, 0, 0)) .cylinder(3.0, 22.9) ) .union( cq.Workplane("XY") .transfor...
synth_threaded_adapter_000680_s9999
threaded_adapter
medium
XY
test-iid
{"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": true}
2
["polygon", "extrude", "union", "union", "edges", "chamfer", "faces", "chamfer", "workplane", "hole"]
import cadquery as cq result = ( cq.Workplane("XY") .polygon(6, 28.868) .extrude(9.2) .union( cq.Workplane("XY") .transformed(offset=cq.Vector(0, 0, 10.75), rotate=cq.Vector(0, 0, 0)) .cylinder(3.1, 12.1) ) .union( cq.Workplane("XY") .transfor...
synth_threaded_adapter_000891_s9999
threaded_adapter
medium
XY
test-iid
{"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": true}
2
["polygon", "extrude", "union", "union", "edges", "chamfer", "faces", "chamfer", "workplane", "hole"]
import cadquery as cq result = ( cq.Workplane("XY") .polygon(6, 19.399) .extrude(9.4) .union( cq.Workplane("XY") .transformed(offset=cq.Vector(0, 0, 10.95), rotate=cq.Vector(0, 0, 0)) .cylinder(3.1, 6.7) ) .union( cq.Workplane("XY") .transform...
synth_threaded_adapter_000966_s9999
threaded_adapter
medium
XY
test-iid
{"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": true}
2
["polygon", "extrude", "union", "union", "edges", "chamfer", "faces", "chamfer", "workplane", "hole"]
import cadquery as cq result = ( cq.Workplane("XY") .polygon(6, 42.724) .extrude(19.0) .union( cq.Workplane("XY") .transformed(offset=cq.Vector(0, 0, 21.5), rotate=cq.Vector(0, 0, 0)) .cylinder(5.0, 17.6) ) .union( cq.Workplane("XY") .transfor...
synth_threaded_adapter_000987_s9999
threaded_adapter
medium
XY
test-iid
{"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": true}
2
["polygon", "extrude", "union", "union", "edges", "chamfer", "faces", "chamfer", "workplane", "hole"]
import cadquery as cq result = ( cq.Workplane("XY") .polygon(6, 46.881) .extrude(15.5) .union( cq.Workplane("XY") .transformed(offset=cq.Vector(0, 0, 17.55), rotate=cq.Vector(0, 0, 0)) .cylinder(4.1, 13.0) ) .union( cq.Workplane("XY") .transfo...
synth_u_channel_000101_s9999
u_channel
easy
XY
test-iid
{"has_hole": false, "has_fillet": false, "has_chamfer": false}
0
["box", "workplane", "rect", "cutBlind"]
import cadquery as cq result = ( cq.Workplane("XY") .box(83.3, 112.9, 34.1) .faces(">Z").workplane() .rect(67.3, 112.9) .cutBlind(-26.1) ) # Export show_object(result)
synth_u_channel_000252_s9999
u_channel
easy
XY
test-iid
{"has_hole": false, "has_fillet": false, "has_chamfer": false}
0
["box", "workplane", "rect", "cutBlind"]
import cadquery as cq result = ( cq.Workplane("XY") .box(73.4, 155.8, 28.2) .faces(">Z").workplane() .rect(61.2, 155.8) .cutBlind(-22.1) ) # Export show_object(result)
synth_u_channel_000512_s9999
u_channel
hard
XY
test-iid
{"has_hole": true, "has_fillet": true, "has_chamfer": true}
3
["box", "workplane", "rect", "cutBlind", "edges", "fillet", "faces", "chamfer", "workplane", "pushPoints", "hole"]
import cadquery as cq result = ( cq.Workplane("XY") .box(39.1, 106.5, 50.1) .faces(">Z").workplane() .rect(32.300000000000004, 106.5) .cutBlind(-46.7) .edges("|Y") .fillet(0.7) .faces(">Z") .chamfer(0.9) .faces("<Z").workplane() .pushPoints([(0.0, -43.25), (0.0, 43.25)]) ...
synth_u_channel_000584_s9999
u_channel
medium
XY
test-iid
{"has_hole": false, "has_fillet": true, "has_chamfer": true}
2
["box", "workplane", "rect", "cutBlind", "edges", "fillet", "faces", "chamfer"]
import cadquery as cq result = ( cq.Workplane("XY") .box(75.0, 101.4, 58.3) .faces(">Z").workplane() .rect(60.6, 101.4) .cutBlind(-51.099999999999994) .edges("|Y") .fillet(1.5) .faces(">Z") .chamfer(1.5) ) # Export show_object(result)
synth_u_channel_000677_s9999
u_channel
medium
XY
test-iid
{"has_hole": false, "has_fillet": true, "has_chamfer": true}
2
["box", "workplane", "rect", "cutBlind", "edges", "fillet", "faces", "chamfer"]
import cadquery as cq result = ( cq.Workplane("XY") .box(35.5, 197.2, 40.5) .faces(">Z").workplane() .rect(27.1, 197.2) .cutBlind(-36.3) .edges("|Y") .fillet(1.6) .faces(">Z") .chamfer(0.3) ) # Export show_object(result)
synth_u_channel_000793_s9999
u_channel
medium
XY
test-iid
{"has_hole": false, "has_fillet": true, "has_chamfer": true}
2
["box", "workplane", "rect", "cutBlind", "edges", "fillet", "faces", "chamfer"]
import cadquery as cq result = ( cq.Workplane("XY") .box(92.5, 59.7, 76.8) .faces(">Z").workplane() .rect(83.7, 59.7) .cutBlind(-72.39999999999999) .edges("|Y") .fillet(1.0) .faces(">Z") .chamfer(0.8) ) # Export show_object(result)
synth_u_channel_000862_s9999
u_channel
medium
XY
test-iid
{"has_hole": false, "has_fillet": true, "has_chamfer": true}
2
["box", "workplane", "rect", "cutBlind", "edges", "fillet", "faces", "chamfer"]
import cadquery as cq result = ( cq.Workplane("XY") .box(69.6, 254.3, 27.8) .faces(">Z").workplane() .rect(62.8, 254.3) .cutBlind(-24.400000000000002) .edges("|Y") .fillet(1.2) .faces(">Z") .chamfer(0.4) ) # Export show_object(result)
synth_u_channel_000885_s9999
u_channel
easy
XY
test-iid
{"has_hole": false, "has_fillet": false, "has_chamfer": false}
0
["box", "workplane", "rect", "cutBlind"]
import cadquery as cq result = ( cq.Workplane("XY") .box(67.6, 204.9, 37.8) .faces(">Z").workplane() .rect(48.39999999999999, 204.9) .cutBlind(-28.199999999999996) ) # Export show_object(result)
synth_vented_panel_000239_s9999
vented_panel
easy
XY
test-iid
{"has_hole": true, "has_slot": false, "has_chamfer": false, "pattern_like": true}
2
["box", "workplane", "rarray", "hole"]
import cadquery as cq result = ( cq.Workplane("XY") .box(183.1, 78.9, 6.1) .faces(">Z").workplane() .rarray(41.78, 20.97, 5, 4) .hole(5.2) ) # Export show_object(result)
synth_vented_panel_000976_s9999
vented_panel
medium
XY
test-iid
{"has_hole": true, "has_slot": false, "has_chamfer": true, "pattern_like": true}
3
["box", "edges", "chamfer", "workplane", "rarray", "hole"]
import cadquery as cq result = ( cq.Workplane("XY") .box(250.4, 146.4, 5.3) .edges(">Z") .chamfer(1.6) .faces(">Z").workplane() .rarray(55.29, 29.28, 5, 5) .hole(4.5) ) # Export show_object(result)
synth_z_bracket_000063_s9999
z_bracket
hard
XY
test-iid
{"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": true}
2
["box", "edges", "chamfer", "union", "workplane", "pushPoints", "hole", "union"]
import cadquery as cq result = ( cq.Workplane("XY") .box(66.3, 37.3, 5.0) .edges(">Z") .chamfer(1.1) .union( cq.Workplane("XY") .transformed(offset=cq.Vector(30.5, 0, 12.45), rotate=cq.Vector(0, 0, 0)) .box(5.3, 37.3, 20.9) ) .faces(">Z").workplane() .pus...
synth_z_bracket_000278_s9999
z_bracket
hard
XY
test-iid
{"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": true}
2
["box", "edges", "chamfer", "union", "workplane", "pushPoints", "hole", "union"]
import cadquery as cq result = ( cq.Workplane("XY") .box(113.0, 36.0, 5.1) .edges(">Z") .chamfer(1.1) .union( cq.Workplane("XY") .transformed(offset=cq.Vector(54.5, 0, 14.85), rotate=cq.Vector(0, 0, 0)) .box(4.0, 36.0, 25.6) ) .faces(">Z").workplane() .pu...