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_hollow_tube_000607_s9999 | hollow_tube | easy | XY | test-iid | {"has_hole": false, "has_slot": false, "has_fillet": false, "has_chamfer": false} | 0 | ["box", "workplane", "rect", "cutThruAll"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(54.3, 61.3, 61.3)
.faces(">X").workplane()
.rect(42.9, 42.9)
.cutThruAll()
)
# Export
show_object(result) | |
synth_hollow_tube_000656_s9999 | hollow_tube | hard | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": true} | 3 | ["box", "workplane", "rect", "cutThruAll", "edges", "chamfer", "workplane", "pushPoints", "hole", "workplane", "slot2D", "cutBlind"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(32.1, 32.1, 44.1)
.faces(">X").workplane()
.rect(26.5, 38.5)
.cutThruAll()
.edges("|X")
.chamfer(0.8)
.faces(">Z").workplane()
.pushPoints([(-5.35, 0.0), (5.35, 0.0)])
.hole(3.3)
.faces(">X").workplane()
.slot2D(8.... | |
synth_hollow_tube_000782_s9999 | hollow_tube | easy | XY | test-iid | {"has_hole": false, "has_slot": false, "has_fillet": false, "has_chamfer": false} | 0 | ["box", "workplane", "rect", "cutThruAll"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(69.1, 60.1, 60.1)
.faces(">X").workplane()
.rect(39.3, 39.3)
.cutThruAll()
)
# Export
show_object(result) | |
synth_hollow_tube_000784_s9999 | hollow_tube | hard | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": true} | 3 | ["box", "workplane", "rect", "cutThruAll", "edges", "chamfer", "workplane", "pushPoints", "hole", "workplane", "slot2D", "cutBlind"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(83.7, 49.3, 40.1)
.faces(">X").workplane()
.rect(37.3, 28.1)
.cutThruAll()
.edges("|X")
.chamfer(1.0)
.faces(">Z").workplane()
.pushPoints([(-25.11, 0.0), (-8.37, 0.0), (8.37, 0.0), (25.11, 0.0)])
.hole(6.7)
.faces(">X... | |
synth_hollow_tube_000884_s9999 | hollow_tube | hard | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": true} | 3 | ["box", "workplane", "rect", "cutThruAll", "edges", "chamfer", "workplane", "pushPoints", "hole", "workplane", "slot2D", "cutBlind"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(22.7, 20.8, 26.5)
.faces(">X").workplane()
.rect(16.4, 22.1)
.cutThruAll()
.edges("|X")
.chamfer(0.5)
.faces(">Z").workplane()
.pushPoints([(-3.783, 0.0), (3.784, 0.0)])
.hole(3.1)
.faces(">X").workplane()
.slot2D(... | |
synth_i_beam_000106_s9999 | i_beam | medium | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": true, "symmetric_result": true} | 3 | ["moveTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "mirrorY", "extrude", "edges", "chamfer", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 0.0)
.lineTo(24.3, 0.0)
.lineTo(24.3, 12.1)
.lineTo(2.1, 12.1)
.lineTo(2.1, 143.2)
.lineTo(24.3, 143.2)
.lineTo(24.3, 155.3)
.lineTo(0.0, 155.3)
.mirrorY()
.extrude(135.5)
.edges(">Y")
.chamfer(0.7)
... | |
synth_i_beam_000162_s9999 | i_beam | hard | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": true, "has_chamfer": true, "symmetric_result": true} | 4 | ["moveTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "mirrorY", "extrude", "edges", "chamfer", "edges", "fillet", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 0.0)
.lineTo(48.35, 0.0)
.lineTo(48.35, 7.1)
.lineTo(3.85, 7.1)
.lineTo(3.85, 37.8)
.lineTo(48.35, 37.8)
.lineTo(48.35, 44.9)
.lineTo(0.0, 44.9)
.mirrorY()
.extrude(268.7)
.edges(">Y")
.chamfer(0.8)
... | |
synth_i_beam_000479_s9999 | i_beam | hard | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": true, "has_chamfer": true, "symmetric_result": true} | 4 | ["moveTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "mirrorY", "extrude", "edges", "chamfer", "edges", "fillet", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 0.0)
.lineTo(51.7, 0.0)
.lineTo(51.7, 9.2)
.lineTo(5.55, 9.2)
.lineTo(5.55, 57.400000000000006)
.lineTo(51.7, 57.400000000000006)
.lineTo(51.7, 66.6)
.lineTo(0.0, 66.6)
.mirrorY()
.extrude(267.9)
.edges(">Y... | |
synth_i_beam_000663_s9999 | i_beam | hard | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": true, "has_chamfer": true, "symmetric_result": true} | 4 | ["moveTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "mirrorY", "extrude", "edges", "chamfer", "edges", "fillet", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 0.0)
.lineTo(28.85, 0.0)
.lineTo(28.85, 13.0)
.lineTo(2.7, 13.0)
.lineTo(2.7, 121.2)
.lineTo(28.85, 121.2)
.lineTo(28.85, 134.2)
.lineTo(0.0, 134.2)
.mirrorY()
.extrude(279.8)
.edges(">Y")
.chamfer(1.8)... | |
synth_knob_000138_s9999 | knob | medium | XY | test-iid | {"has_hole": false, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true} | 1 | ["circle", "extrude", "workplane", "circle", "extrude", "workplane", "circle", "extrude"] | import cadquery as cq
result = (
cq.Workplane("XY")
.circle(11.6)
.extrude(7.5, taper=42.198)
.faces(">Z").workplane()
.circle(4.8)
.extrude(3.8, taper=-21.541)
.faces(">Z").workplane()
.circle(6.3)
.extrude(3.9)
)
# Export
show_object(result) | |
synth_knob_000224_s9999 | knob | hard | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "rotational": true} | 3 | ["circle", "extrude", "workplane", "circle", "extrude", "workplane", "circle", "extrude", "workplane", "hole", "workplane", "polarArray", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.circle(23.5)
.extrude(21.9, taper=30.887)
.faces(">Z").workplane()
.circle(10.4)
.extrude(8.6, taper=-33.536)
.faces(">Z").workplane()
.circle(16.1)
.extrude(11.7)
.faces("<Z").workplane()
.hole(7.2)
.faces("<Z").workp... | |
synth_knob_000361_s9999 | knob | hard | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "rotational": true} | 3 | ["circle", "extrude", "workplane", "circle", "extrude", "workplane", "circle", "extrude", "workplane", "hole", "workplane", "polarArray", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.circle(29.9)
.extrude(22.4, taper=37.68)
.faces(">Z").workplane()
.circle(12.6)
.extrude(9.9, taper=-29.055)
.faces(">Z").workplane()
.circle(18.1)
.extrude(14.1)
.faces("<Z").workplane()
.hole(10.4)
.faces("<Z").workp... | |
synth_knob_000401_s9999 | knob | easy | XY | test-iid | {"has_hole": false, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true} | 1 | ["circle", "extrude"] | import cadquery as cq
result = (
cq.Workplane("XY")
.circle(11.5)
.extrude(46.3, taper=6.53)
)
# Export
show_object(result) | |
synth_knob_000536_s9999 | knob | medium | XY | test-iid | {"has_hole": false, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true} | 1 | ["circle", "extrude", "workplane", "circle", "extrude", "workplane", "circle", "extrude"] | import cadquery as cq
result = (
cq.Workplane("XY")
.circle(11.1)
.extrude(10.5, taper=29.332)
.faces(">Z").workplane()
.circle(5.2)
.extrude(4.8, taper=-9.462)
.faces(">Z").workplane()
.circle(6.0)
.extrude(4.8)
)
# Export
show_object(result) | |
synth_knob_000578_s9999 | knob | medium | XY | test-iid | {"has_hole": false, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true} | 1 | ["circle", "extrude", "workplane", "circle", "extrude", "workplane", "circle", "extrude"] | import cadquery as cq
result = (
cq.Workplane("XY")
.circle(15.4)
.extrude(22.5, taper=17.049)
.faces(">Z").workplane()
.circle(8.5)
.extrude(11.3, taper=-5.56)
.faces(">Z").workplane()
.circle(9.6)
.extrude(8.7)
)
# Export
show_object(result) | |
synth_knob_000644_s9999 | knob | hard | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "rotational": true} | 3 | ["circle", "extrude", "workplane", "circle", "extrude", "workplane", "circle", "extrude", "workplane", "hole", "workplane", "polarArray", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.circle(14.1)
.extrude(8.5, taper=46.317)
.faces(">Z").workplane()
.circle(5.2)
.extrude(3.6, taper=-25.278)
.faces(">Z").workplane()
.circle(6.9)
.extrude(7.6)
.faces("<Z").workplane()
.hole(4.1)
.faces("<Z").workplane... | |
synth_knob_000771_s9999 | knob | medium | XY | test-iid | {"has_hole": false, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true} | 1 | ["circle", "extrude", "workplane", "circle", "extrude", "workplane", "circle", "extrude"] | import cadquery as cq
result = (
cq.Workplane("XY")
.circle(20.7)
.extrude(17.9, taper=33.394)
.faces(">Z").workplane()
.circle(8.9)
.extrude(6.8, taper=-16.39)
.faces(">Z").workplane()
.circle(10.9)
.extrude(14.7)
)
# Export
show_object(result) | |
synth_knob_000929_s9999 | knob | medium | XY | test-iid | {"has_hole": false, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true} | 1 | ["circle", "extrude", "workplane", "circle", "extrude", "workplane", "circle", "extrude"] | import cadquery as cq
result = (
cq.Workplane("XY")
.circle(26.8)
.extrude(11.0, taper=56.31)
.faces(">Z").workplane()
.circle(10.3)
.extrude(5.0, taper=-29.249)
.faces(">Z").workplane()
.circle(13.1)
.extrude(8.3)
)
# Export
show_object(result) | |
synth_l_bracket_000112_s9999 | l_bracket | easy | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false, "pattern_like": false} | 0 | ["box", "workplane", "center", "rect", "cutThruAll"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(148.6, 99.7, 14.6)
.faces(">Z").workplane()
.center(6.75, 6.75)
.rect(135.1, 86.2)
.cutThruAll()
)
# Export
show_object(result) | |
synth_l_bracket_000363_s9999 | l_bracket | medium | XY | test-iid | {"has_hole": false, "has_fillet": true, "has_chamfer": false, "pattern_like": false} | 1 | ["box", "workplane", "center", "rect", "cutThruAll", "edges", "fillet"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(36.1, 99.1, 54.8)
.faces(">Z").workplane()
.center(3.0, 3.0)
.rect(30.1, 93.1)
.cutThruAll()
.edges("|Z")
.fillet(2.0)
)
# Export
show_object(result) | |
synth_l_bracket_000626_s9999 | l_bracket | easy | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false, "pattern_like": false} | 0 | ["box", "workplane", "center", "rect", "cutThruAll"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(102.0, 130.2, 21.3)
.faces(">Z").workplane()
.center(2.25, 2.25)
.rect(97.5, 125.7)
.cutThruAll()
)
# Export
show_object(result) | |
synth_l_bracket_000986_s9999 | l_bracket | easy | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false, "pattern_like": false} | 0 | ["box", "workplane", "center", "rect", "cutThruAll"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(142.5, 143.4, 40.1)
.faces(">Z").workplane()
.center(5.3, 5.3)
.rect(131.9, 132.8)
.cutThruAll()
)
# Export
show_object(result) | |
synth_lathe_turned_part_000267_s9999 | lathe_turned_part | medium | XY | test-iid | {"has_hole": false, "has_slot": true, "has_fillet": false, "has_chamfer": true, "rotational": true, "multi_stage": true} | 4 | ["moveTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "close", "revolve", "edges", "chamfer"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 0.0)
.lineTo(28.05, 0.0)
.lineTo(28.05, 35.2)
.lineTo(14.65, 44.6)
.lineTo(14.65, 42.85)
.lineTo(11.45, 42.85)
.lineTo(11.45, 46.35)
.lineTo(14.65, 46.35)
.lineTo(14.65, 73.3)
.lineTo(0.0, 73.3)
.close()
... | |
synth_lathe_turned_part_000528_s9999 | lathe_turned_part | easy | XY | test-iid | {"has_hole": false, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true, "multi_stage": true} | 2 | ["moveTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "close", "revolve"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 0.0)
.lineTo(27.75, 0.0)
.lineTo(27.75, 33.1)
.lineTo(18.7, 33.1)
.lineTo(18.7, 50.0)
.lineTo(0.0, 50.0)
.close()
.revolve(360, (0, 0, 0), (0, 1, 0))
)
# Export
show_object(result) | |
synth_lathe_turned_part_000600_s9999 | lathe_turned_part | hard | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": true, "has_chamfer": true, "rotational": true, "multi_stage": true} | 6 | ["moveTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "close", "revolve", "edges", "chamfer", "edges", "fillet", "workplane", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 0.0)
.lineTo(39.95, 0.0)
.lineTo(39.95, 37.4)
.lineTo(21.35, 50.0)
.lineTo(21.35, 48.5)
.lineTo(19.85, 48.5)
.lineTo(19.85, 51.5)
.lineTo(21.35, 51.5)
.lineTo(21.35, 79.6)
.lineTo(0.0, 79.6)
.close()
.r... | |
synth_lathe_turned_part_000785_s9999 | lathe_turned_part | easy | XY | test-iid | {"has_hole": false, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true, "multi_stage": true} | 2 | ["moveTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "close", "revolve"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 0.0)
.lineTo(15.75, 0.0)
.lineTo(15.75, 19.3)
.lineTo(6.75, 19.3)
.lineTo(6.75, 36.1)
.lineTo(0.0, 36.1)
.close()
.revolve(360, (0, 0, 0), (0, 1, 0))
)
# Export
show_object(result) | |
synth_lathe_turned_part_000809_s9999 | lathe_turned_part | easy | XY | test-iid | {"has_hole": false, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true, "multi_stage": true} | 2 | ["moveTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "close", "revolve"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 0.0)
.lineTo(18.7, 0.0)
.lineTo(18.7, 35.0)
.lineTo(13.15, 35.0)
.lineTo(13.15, 59.3)
.lineTo(0.0, 59.3)
.close()
.revolve(360, (0, 0, 0), (0, 1, 0))
)
# Export
show_object(result) | |
synth_locator_block_000115_s9999 | locator_block | hard | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": true, "has_chamfer": true} | 4 | ["box", "faces", "chamfer", "workplane", "center", "rect", "cutBlind", "workplane", "pushPoints", "hole", "workplane", "pushPoints", "hole", "workplane", "circle", "cutBlind", "edges", "fillet"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(116.8, 35.1, 20.5)
.faces(">Z")
.chamfer(1.2)
.faces(">Z").workplane()
.center(0.0, 0.0)
.rect(27.6, 118.8)
.cutBlind(-9.0)
.faces("<Z").workplane()
.pushPoints([(52.1, 11.25), (-52.1, 11.25), (52.1, -11.25), (-52.1, -11.2... | |
synth_locator_block_000689_s9999 | locator_block | medium | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": true} | 3 | ["box", "faces", "chamfer", "workplane", "center", "rect", "cutBlind", "workplane", "pushPoints", "hole", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(81.1, 60.7, 44.1)
.faces(">Z")
.chamfer(0.5)
.faces(">Z").workplane()
.center(0.0, 0.0)
.rect(46.7, 83.1)
.cutBlind(-20.9)
.faces("<Z").workplane()
.pushPoints([(29.65, 19.45), (-29.65, 19.45), (29.65, -19.45), (-29.65, -1... | |
synth_locator_block_000859_s9999 | locator_block | easy | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false} | 2 | ["box", "workplane", "center", "rect", "cutBlind", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(68.5, 91.1, 51.7)
.faces(">Z").workplane()
.center(0.0, 0.0)
.rect(28.1, 70.5)
.cutBlind(-17.4)
.faces("<Z").workplane()
.pushPoints([(23.95, 35.25), (-23.95, 35.25), (23.95, -35.25), (-23.95, -35.25)])
.hole(5.8)
)
# Export
... | |
synth_manifold_block_000399_s9999 | manifold_block | medium | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false} | 1 | ["box", "workplane", "pushPoints", "hole", "faces", "workplane", "pushPoints", "cboreHole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(85.7, 33.3, 37.9)
.faces(">Z").workplane()
.pushPoints([(-21.425, 0.0), (0.0, 0.0), (21.425, 0.0)])
.hole(5.1)
.faces(">Y")
.faces(">Y").workplane()
.pushPoints([(-6.317, 0.0), (6.316, 0.0)])
.cboreHole(3.2, 6.5, 3.1)
)
# Exp... | |
synth_manifold_block_000493_s9999 | manifold_block | medium | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false} | 1 | ["box", "workplane", "pushPoints", "hole", "faces", "workplane", "pushPoints", "cboreHole", "faces", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(66.0, 33.0, 26.6)
.faces(">Z").workplane()
.pushPoints([(-16.5, 0.0), (0.0, 0.0), (16.5, 0.0)])
.hole(5.0)
.faces(">Y")
.faces(">Y").workplane()
.pushPoints([(-4.433, 0.0), (4.434, 0.0)])
.cboreHole(4.2, 7.5, 3.8)
.faces("... | |
synth_manifold_block_000559_s9999 | manifold_block | medium | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false} | 1 | ["box", "workplane", "pushPoints", "hole", "faces", "workplane", "pushPoints", "cboreHole", "faces", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(50.2, 30.1, 25.0)
.faces(">Z").workplane()
.pushPoints([(-12.55, 0.0), (0.0, 0.0), (12.55, 0.0)])
.hole(5.1)
.faces(">Y")
.faces(">Y").workplane()
.pushPoints([(-4.167, 0.0), (4.166, 0.0)])
.cboreHole(3.5, 6.2, 4.3)
.faces... | |
synth_manifold_block_000893_s9999 | manifold_block | medium | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false} | 1 | ["box", "workplane", "pushPoints", "hole", "faces", "workplane", "pushPoints", "cboreHole", "faces", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(85.1, 47.8, 33.2)
.faces(">Z").workplane()
.pushPoints([(-14.183, 0.0), (14.184, 0.0)])
.hole(9.3)
.faces(">Y")
.faces(">Y").workplane()
.pushPoints([(0.0, 0.0)])
.cboreHole(3.7, 7.5, 4.1)
.faces(">X")
.faces(">X").wor... | |
synth_motor_end_cap_000065_s9999 | motor_end_cap | easy | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true, "pattern_like": true} | 3 | ["cylinder", "workplane", "hole", "workplane", "polarArray", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(17.0, 47.25)
.faces(">Z").workplane()
.hole(12.9)
.faces(">Z").workplane()
.polarArray(23.03, 0, 360, 6)
.hole(6.2)
)
# Export
show_object(result) | |
synth_motor_end_cap_000280_s9999 | motor_end_cap | medium | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": true, "rotational": true, "pattern_like": true} | 4 | ["cylinder", "workplane", "hole", "workplane", "circle", "extrude", "edges", "chamfer", "workplane", "polarArray", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(15.8, 40.45)
.faces(">Z").workplane()
.hole(16.5)
.faces(">Z").workplane()
.circle(25.0)
.extrude(7.2)
.edges(">Z")
.chamfer(1.5)
.faces(">Z").workplane()
.polarArray(32.14, 0, 360, 8)
.hole(5.1)
)
# Export
s... | |
synth_motor_end_cap_000287_s9999 | motor_end_cap | easy | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true, "pattern_like": true} | 3 | ["cylinder", "workplane", "hole", "workplane", "polarArray", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(21.0, 91.15)
.faces(">Z").workplane()
.hole(38.4)
.faces(">Z").workplane()
.polarArray(30.01, 0, 360, 6)
.hole(6.1)
)
# Export
show_object(result) | |
synth_motor_end_cap_000290_s9999 | motor_end_cap | easy | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true, "pattern_like": true} | 3 | ["cylinder", "workplane", "hole", "workplane", "polarArray", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(16.1, 50.2)
.faces(">Z").workplane()
.hole(18.9)
.faces(">Z").workplane()
.polarArray(31.71, 0, 360, 8)
.hole(5.9)
)
# Export
show_object(result) | |
synth_motor_end_cap_000586_s9999 | motor_end_cap | easy | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true, "pattern_like": true} | 3 | ["cylinder", "workplane", "hole", "workplane", "polarArray", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(10.3, 55.25)
.faces(">Z").workplane()
.hole(29.8)
.faces(">Z").workplane()
.polarArray(43.76, 0, 360, 4)
.hole(6.5)
)
# Export
show_object(result) | |
synth_motor_end_cap_000908_s9999 | motor_end_cap | medium | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": true, "rotational": true, "pattern_like": true} | 4 | ["cylinder", "workplane", "hole", "workplane", "circle", "extrude", "edges", "chamfer", "workplane", "polarArray", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(21.4, 78.35)
.faces(">Z").workplane()
.hole(19.1)
.faces(">Z").workplane()
.circle(19.15)
.extrude(11.4)
.edges(">Z")
.chamfer(0.6)
.faces(">Z").workplane()
.polarArray(29.4, 0, 360, 8)
.hole(6.0)
)
# Export
... | |
synth_mounting_angle_000104_s9999 | mounting_angle | easy | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": false} | 1 | ["box", "workplane", "center", "rect", "cutThruAll", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(87.60000000000001, 76.0, 76.0)
.faces(">Z").workplane()
.center(5.35, 5.35)
.rect(76.9, 65.3)
.cutThruAll()
.faces(">Z").workplane()
.pushPoints([(-34.05, -32.65), (34.05, -32.65)])
.hole(4.8)
)
# Export
show_object(result) | |
synth_mounting_angle_000108_s9999 | mounting_angle | medium | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": false} | 1 | ["box", "workplane", "center", "rect", "cutThruAll", "workplane", "pushPoints", "hole", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(75.8, 66.6, 49.5)
.faces(">Z").workplane()
.center(4.85, 4.85)
.rect(66.1, 56.9)
.cutThruAll()
.faces(">Z").workplane()
.pushPoints([(0.0, -28.45)])
.hole(5.1)
.faces(">Z").workplane()
.pushPoints([(-33.05, -23.9), (-3... | |
synth_mounting_angle_000116_s9999 | mounting_angle | hard | XY | test-iid | {"has_hole": true, "has_fillet": true, "has_chamfer": false} | 2 | ["box", "workplane", "center", "rect", "cutThruAll", "edges", "fillet", "workplane", "pushPoints", "hole", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(82.0, 31.7, 53.6)
.faces(">Z").workplane()
.center(3.15, 3.15)
.rect(75.7, 25.4)
.cutThruAll()
.edges("|Z")
.fillet(2.4)
.faces(">Z").workplane()
.pushPoints([(-34.6, -12.7), (0.0, -12.7), (34.6, -12.7)])
.hole(2.5)
... | |
synth_mounting_angle_000554_s9999 | mounting_angle | easy | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": false} | 1 | ["box", "workplane", "center", "rect", "cutThruAll", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(72.9, 76.5, 61.6)
.faces(">Z").workplane()
.center(6.45, 6.45)
.rect(60.0, 63.6)
.cutThruAll()
.faces(">Z").workplane()
.pushPoints([(0.0, -31.8)])
.hole(2.8)
)
# Export
show_object(result) | |
synth_mounting_plate_000636_s9999 | mounting_plate | hard | XY | test-iid | {"has_hole": true, "has_fillet": true, "has_chamfer": true, "has_slot": true, "pattern_like": true} | 5 | ["box", "edges", "fillet", "faces", "workplane", "pushPoints", "hole", "faces", "workplane", "rect", "cutThruAll", "faces", "chamfer"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(138.8, 148.6, 14.9)
.edges("|Z")
.fillet(0.8)
.faces(">Z")
.faces(">Z").workplane()
.pushPoints([(-52.8, -41.7), (-52.8, 41.7), (52.8, -41.7), (52.8, 41.7)])
.hole(22.0)
.faces(">Z")
.faces(">Z").workplane()
.rect(32.5... | |
synth_mounting_plate_000851_s9999 | mounting_plate | hard | XY | test-iid | {"has_hole": true, "has_fillet": true, "has_chamfer": true, "has_slot": true, "pattern_like": true} | 5 | ["box", "edges", "fillet", "faces", "workplane", "pushPoints", "hole", "faces", "workplane", "rect", "cutThruAll", "faces", "chamfer"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(82.8, 186.7, 14.8)
.edges("|Z")
.fillet(1.9)
.faces(">Z")
.faces(">Z").workplane()
.pushPoints([(-21.9, -43.75), (-21.9, 43.75), (21.9, -43.75), (21.9, 43.75)])
.hole(15.3)
.faces(">Z")
.faces(">Z").workplane()
.rect(3... | |
synth_pcb_standoff_plate_000613_s9999 | pcb_standoff_plate | easy | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "pattern_like": true} | 2 | ["box", "workplane", "pushPoints", "circle", "extrude", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(61.6, 67.5, 3.0)
.faces(">Z").workplane()
.pushPoints([(24.5, 27.45), (24.5, -27.45), (-24.5, 27.45), (-24.5, -27.45)])
.circle(2.25)
.extrude(8.0)
.faces(">Z").workplane()
.pushPoints([(24.5, 27.45), (24.5, -27.45), (-24.5, 27.45... | |
synth_pcb_standoff_plate_000679_s9999 | pcb_standoff_plate | hard | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": true, "has_chamfer": true, "pattern_like": true} | 5 | ["box", "edges", "chamfer", "edges", "fillet", "workplane", "pushPoints", "circle", "extrude", "workplane", "pushPoints", "hole", "union", "union", "workplane", "rect", "cutThruAll"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(104.1, 120.5, 3.2)
.edges(">Z")
.chamfer(0.7)
.edges("<Z")
.fillet(0.6)
.faces(">Z").workplane()
.pushPoints([(45.75, 53.95), (45.75, -53.95), (-45.75, 53.95), (-45.75, -53.95), (0.0, 53.95), (0.0, -53.95), (45.75, 0.0), (-45.75, ... | |
synth_pcb_standoff_plate_000970_s9999 | pcb_standoff_plate | hard | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": true, "has_chamfer": true, "pattern_like": true} | 5 | ["box", "edges", "chamfer", "edges", "fillet", "workplane", "pushPoints", "circle", "extrude", "workplane", "pushPoints", "hole", "union", "union", "workplane", "rect", "cutThruAll"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(159.2, 41.2, 3.2)
.edges(">Z")
.chamfer(0.4)
.edges("<Z")
.fillet(0.5)
.faces(">Z").workplane()
.pushPoints([(73.6, 14.6), (73.6, -14.6), (-73.6, 14.6), (-73.6, -14.6), (0.0, 14.6), (0.0, -14.6)])
.circle(2.25)
.extrude(12... | |
synth_pcb_standoff_plate_000982_s9999 | pcb_standoff_plate | hard | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": true, "has_chamfer": true, "pattern_like": true} | 5 | ["box", "edges", "chamfer", "edges", "fillet", "workplane", "pushPoints", "circle", "extrude", "workplane", "pushPoints", "hole", "union", "union", "workplane", "rect", "cutThruAll"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(151.3, 65.4, 3.0)
.edges(">Z")
.chamfer(0.7)
.edges("<Z")
.fillet(0.5)
.faces(">Z").workplane()
.pushPoints([(68.65, 25.7), (68.65, -25.7), (-68.65, 25.7), (-68.65, -25.7), (0.0, 25.7), (0.0, -25.7), (68.65, 0.0), (-68.65, 0.0)])
... | |
synth_pipe_flange_000089_s9999 | pipe_flange | medium | XY | test-iid | {"has_hole": true, "has_fillet": true, "has_chamfer": false, "has_boss": false, "pattern_like": true} | 3 | ["box", "edges", "fillet", "workplane", "hole", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(107.1, 127.4, 12.7)
.edges("|Z")
.fillet(0.5)
.faces(">Z").workplane()
.hole(30.7)
.faces(">Z").workplane()
.pushPoints([(-11.95, -22.1), (-11.95, 22.1), (11.95, -22.1), (11.95, 22.1)])
.hole(5.5)
)
# Export
show_object(resul... | |
synth_pipe_flange_000238_s9999 | pipe_flange | easy | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": false, "has_boss": false, "pattern_like": false} | 1 | ["box", "workplane", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(156.0, 151.3, 23.5)
.faces(">Z").workplane()
.hole(47.1)
)
# Export
show_object(result) | |
synth_pipe_flange_000409_s9999 | pipe_flange | easy | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": false, "has_boss": false, "pattern_like": false} | 1 | ["box", "workplane", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(131.9, 99.4, 29.0)
.faces(">Z").workplane()
.hole(38.7)
)
# Export
show_object(result) | |
synth_pipe_flange_000518_s9999 | pipe_flange | medium | XY | test-iid | {"has_hole": true, "has_fillet": true, "has_chamfer": false, "has_boss": false, "pattern_like": true} | 3 | ["box", "edges", "fillet", "workplane", "hole", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(111.6, 106.4, 29.3)
.edges("|Z")
.fillet(2.5)
.faces(">Z").workplane()
.hole(35.5)
.faces(">Z").workplane()
.pushPoints([(-24.8, -22.2), (-24.8, 22.2), (24.8, -22.2), (24.8, 22.2)])
.hole(7.0)
)
# Export
show_object(result) | |
synth_pipe_flange_000540_s9999 | pipe_flange | easy | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": false, "has_boss": false, "pattern_like": false} | 1 | ["box", "workplane", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(68.9, 76.0, 28.1)
.faces(">Z").workplane()
.hole(20.2)
)
# Export
show_object(result) | |
synth_pipe_flange_000608_s9999 | pipe_flange | easy | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": false, "has_boss": false, "pattern_like": false} | 1 | ["box", "workplane", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(72.5, 91.1, 12.0)
.faces(">Z").workplane()
.hole(20.4)
)
# Export
show_object(result) | |
synth_pipe_flange_000727_s9999 | pipe_flange | hard | XY | test-iid | {"has_hole": true, "has_fillet": true, "has_chamfer": true, "has_boss": true, "pattern_like": true} | 5 | ["box", "edges", "fillet", "workplane", "hole", "workplane", "pushPoints", "hole", "workplane", "circle", "extrude", "workplane", "hole", "faces", "chamfer"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(168.2, 163.6, 26.9)
.edges("|Z")
.fillet(0.6)
.faces(">Z").workplane()
.hole(60.4)
.faces(">Z").workplane()
.pushPoints([(-36.3, -34.0), (-36.3, 34.0), (36.3, -34.0), (36.3, 34.0)])
.hole(4.4)
.faces(">Z").workplane()
... | |
synth_pipe_flange_000738_s9999 | pipe_flange | easy | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": false, "has_boss": false, "pattern_like": false} | 1 | ["box", "workplane", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(84.7, 94.1, 13.2)
.faces(">Z").workplane()
.hole(30.3)
)
# Export
show_object(result) | |
synth_pipe_flange_000875_s9999 | pipe_flange | medium | XY | test-iid | {"has_hole": true, "has_fillet": true, "has_chamfer": false, "has_boss": false, "pattern_like": true} | 3 | ["box", "edges", "fillet", "workplane", "hole", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(167.2, 215.9, 9.5)
.edges("|Z")
.fillet(1.6)
.faces(">Z").workplane()
.hole(60.3)
.faces(">Z").workplane()
.pushPoints([(-40.2, -64.55), (-40.2, 64.55), (40.2, -64.55), (40.2, 64.55)])
.hole(3.3)
)
# Export
show_object(result... | |
synth_pipe_flange_000889_s9999 | pipe_flange | medium | XY | test-iid | {"has_hole": true, "has_fillet": true, "has_chamfer": false, "has_boss": false, "pattern_like": true} | 3 | ["box", "edges", "fillet", "workplane", "hole", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(182.3, 185.1, 23.0)
.edges("|Z")
.fillet(2.4)
.faces(">Z").workplane()
.hole(23.8)
.faces(">Z").workplane()
.pushPoints([(-42.75, -44.15), (-42.75, 44.15), (42.75, -44.15), (42.75, 44.15)])
.hole(6.8)
)
# Export
show_object(r... | |
synth_piston_000088_s9999 | piston | hard | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": false} | 1 | ["moveTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "close", "revolve", "transformed", "circle", "cutThruAll"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 0.0)
.lineTo(29.2, 0.0)
.lineTo(29.2, 47.35)
.lineTo(26.9, 47.35)
.lineTo(26.9, 49.65)
.lineTo(29.2, 49.65)
.lineTo(29.2, 51.95)
.lineTo(26.9, 51.95)
.lineTo(26.9, 54.25)
.lineTo(29.2, 54.25)
.lineTo(29.2, ... | |
synth_piston_000205_s9999 | piston | medium | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | 0 | ["moveTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "close", "revolve"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 0.0)
.lineTo(27.9, 0.0)
.lineTo(27.9, 77.6)
.lineTo(26.3, 77.6)
.lineTo(26.3, 80.2)
.lineTo(27.9, 80.2)
.lineTo(27.9, 82.8)
.lineTo(26.3, 82.8)
.lineTo(26.3, 85.4)
.lineTo(27.9, 85.4)
.lineTo(27.9, 115.7)
... | |
synth_piston_000316_s9999 | piston | medium | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | 0 | ["moveTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "close", "revolve"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 0.0)
.lineTo(35.2, 0.0)
.lineTo(35.2, 60.55)
.lineTo(33.2, 60.55)
.lineTo(33.2, 62.85)
.lineTo(35.2, 62.85)
.lineTo(35.2, 65.15)
.lineTo(33.2, 65.15)
.lineTo(33.2, 67.45)
.lineTo(35.2, 67.45)
.lineTo(35.2, ... | |
synth_piston_000319_s9999 | piston | hard | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": false} | 1 | ["moveTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "close", "revolve", "transformed", "circle", "cutThruAll"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 0.0)
.lineTo(43.1, 0.0)
.lineTo(43.1, 29.85)
.lineTo(41.6, 29.85)
.lineTo(41.6, 33.55)
.lineTo(43.1, 33.55)
.lineTo(43.1, 37.25)
.lineTo(41.6, 37.25)
.lineTo(41.6, 40.95)
.lineTo(43.1, 40.95)
.lineTo(43.1, ... | |
synth_piston_000373_s9999 | piston | easy | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | 0 | ["moveTo", "lineTo", "lineTo", "lineTo", "close", "revolve"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 0.0)
.lineTo(56.4, 0.0)
.lineTo(56.4, 60.7)
.lineTo(0.0, 60.7)
.close()
.revolve(360, (0, 0, 0), (0, 1, 0))
)
# Export
show_object(result) | |
synth_piston_000386_s9999 | piston | easy | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | 0 | ["moveTo", "lineTo", "lineTo", "lineTo", "close", "revolve"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 0.0)
.lineTo(47.4, 0.0)
.lineTo(47.4, 117.6)
.lineTo(0.0, 117.6)
.close()
.revolve(360, (0, 0, 0), (0, 1, 0))
)
# Export
show_object(result) | |
synth_piston_000393_s9999 | piston | easy | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | 0 | ["moveTo", "lineTo", "lineTo", "lineTo", "close", "revolve"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 0.0)
.lineTo(32.1, 0.0)
.lineTo(32.1, 99.1)
.lineTo(0.0, 99.1)
.close()
.revolve(360, (0, 0, 0), (0, 1, 0))
)
# Export
show_object(result) | |
synth_piston_000495_s9999 | piston | hard | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": false} | 1 | ["moveTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "close", "revolve", "transformed", "circle", "cutThruAll"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 0.0)
.lineTo(42.6, 0.0)
.lineTo(42.6, 37.55)
.lineTo(39.3, 37.55)
.lineTo(39.3, 39.65)
.lineTo(42.6, 39.65)
.lineTo(42.6, 41.75)
.lineTo(39.3, 41.75)
.lineTo(39.3, 43.85)
.lineTo(42.6, 43.85)
.lineTo(42.6, ... | |
synth_piston_000557_s9999 | piston | medium | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | 0 | ["moveTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "close", "revolve"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 0.0)
.lineTo(49.9, 0.0)
.lineTo(49.9, 30.8)
.lineTo(47.5, 30.8)
.lineTo(47.5, 33.2)
.lineTo(49.9, 33.2)
.lineTo(49.9, 35.6)
.lineTo(47.5, 35.6)
.lineTo(47.5, 38.0)
.lineTo(49.9, 38.0)
.lineTo(49.9, 50.4)
... | |
synth_piston_000633_s9999 | piston | hard | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": false} | 1 | ["moveTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "close", "revolve", "transformed", "circle", "cutThruAll"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 0.0)
.lineTo(59.2, 0.0)
.lineTo(59.2, 79.45)
.lineTo(55.7, 79.45)
.lineTo(55.7, 83.35)
.lineTo(59.2, 83.35)
.lineTo(59.2, 87.25)
.lineTo(55.7, 87.25)
.lineTo(55.7, 91.15)
.lineTo(59.2, 91.15)
.lineTo(59.2, ... | |
synth_piston_000657_s9999 | piston | medium | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | 0 | ["moveTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "close", "revolve"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 0.0)
.lineTo(20.7, 0.0)
.lineTo(20.7, 44.55)
.lineTo(19.1, 44.55)
.lineTo(19.1, 46.65)
.lineTo(20.7, 46.65)
.lineTo(20.7, 48.75)
.lineTo(19.1, 48.75)
.lineTo(19.1, 50.85)
.lineTo(20.7, 50.85)
.lineTo(20.7, ... | |
synth_piston_000853_s9999 | piston | hard | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": false} | 1 | ["moveTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "close", "revolve", "transformed", "circle", "cutThruAll"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 0.0)
.lineTo(47.6, 0.0)
.lineTo(47.6, 32.65)
.lineTo(45.9, 32.65)
.lineTo(45.9, 36.75)
.lineTo(47.6, 36.75)
.lineTo(47.6, 40.85)
.lineTo(45.9, 40.85)
.lineTo(45.9, 44.95)
.lineTo(47.6, 44.95)
.lineTo(47.6, ... | |
synth_piston_000905_s9999 | piston | easy | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | 0 | ["moveTo", "lineTo", "lineTo", "lineTo", "close", "revolve"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 0.0)
.lineTo(35.0, 0.0)
.lineTo(35.0, 75.0)
.lineTo(0.0, 75.0)
.close()
.revolve(360, (0, 0, 0), (0, 1, 0))
)
# Export
show_object(result) | |
synth_piston_000931_s9999 | piston | easy | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | 0 | ["moveTo", "lineTo", "lineTo", "lineTo", "close", "revolve"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 0.0)
.lineTo(64.8, 0.0)
.lineTo(64.8, 114.0)
.lineTo(0.0, 114.0)
.close()
.revolve(360, (0, 0, 0), (0, 1, 0))
)
# Export
show_object(result) | |
synth_piston_000932_s9999 | piston | easy | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | 0 | ["moveTo", "lineTo", "lineTo", "lineTo", "close", "revolve"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 0.0)
.lineTo(63.0, 0.0)
.lineTo(63.0, 87.5)
.lineTo(0.0, 87.5)
.close()
.revolve(360, (0, 0, 0), (0, 1, 0))
)
# Export
show_object(result) | |
synth_pulley_000182_s9999 | pulley | easy | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true} | 2 | ["polyline", "close", "revolve"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([[4.7, -12.2], [8.5, -12.2], [15.6, -12.2], [15.6, -7.5], [20.3, -7.5], [20.3, 7.5], [15.6, 7.5], [15.6, 12.2], [8.5, 12.2], [4.7, 12.2]])
.close()
.revolve(360, (0, 0, 0), (0, 1, 0))
)
# Export
show_object(result) | |
synth_pulley_000226_s9999 | pulley | easy | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true} | 2 | ["polyline", "close", "revolve"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([[4.9, -8.9], [8.6, -8.9], [23.2, -8.9], [23.2, -5.7], [26.4, -5.7], [26.4, 5.7], [23.2, 5.7], [23.2, 8.9], [8.6, 8.9], [4.9, 8.9]])
.close()
.revolve(360, (0, 0, 0), (0, 1, 0))
)
# Export
show_object(result) | |
synth_pulley_000525_s9999 | pulley | medium | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "rotational": true} | 3 | ["polyline", "close", "revolve"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([[8.7, -13.25], [22.6, -13.25], [76.4, -13.25], [76.4, -9.85], [79.8, -9.85], [79.8, -2.276], [78.4, 0.0], [79.8, 2.276], [79.8, 9.85], [76.4, 9.85], [76.4, 13.25], [22.6, 13.25], [8.7, 13.25]])
.close()
.revolve(360, (0, 0, 0), (0, 1, 0))
)... | |
synth_pulley_000563_s9999 | pulley | easy | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true} | 2 | ["polyline", "close", "revolve"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([[10.0, -12.2], [25.1, -12.2], [73.8, -12.2], [73.8, -6.1], [79.9, -6.1], [79.9, 6.1], [73.8, 6.1], [73.8, 12.2], [25.1, 12.2], [10.0, 12.2]])
.close()
.revolve(360, (0, 0, 0), (0, 1, 0))
)
# Export
show_object(result) | |
synth_pulley_000654_s9999 | pulley | hard | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "rotational": true} | 3 | ["polyline", "close", "revolve", "cut", "cut", "cut", "cut", "workplane", "pushPoints", "rect", "cutThruAll"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([[16.7, -20.35], [20.9, -20.35], [62.1, -20.35], [62.1, -13.55], [68.9, -13.55], [68.9, -4.427], [64.9, 0.0], [68.9, 4.427], [68.9, 13.55], [62.1, 13.55], [62.1, 20.35], [20.9, 20.35], [16.7, 20.35]])
.close()
.revolve(360, (0, 0, 0), (0, 1,... | |
synth_pulley_000865_s9999 | pulley | medium | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "rotational": true} | 3 | ["polyline", "close", "revolve"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([[5.0, -5.35], [8.6, -5.35], [19.4, -5.35], [19.4, -2.25], [22.5, -2.25], [22.5, -2.338], [20.6, 0.0], [22.5, 2.338], [22.5, 2.25], [19.4, 2.25], [19.4, 5.35], [8.6, 5.35], [5.0, 5.35]])
.close()
.revolve(360, (0, 0, 0), (0, 1, 0))
)
# Expo... | |
synth_ratchet_sector_000077_s9999 | ratchet_sector | easy | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | 0 | ["moveTo", "lineTo", "threePointArc", "close", "extrude"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 0.0)
.lineTo(63.8, 0.0)
.threePointArc((27.868, 57.3918), (-39.4545, 50.1377))
.close()
.extrude(12.1)
)
# Export
show_object(result) | |
synth_ratchet_sector_000364_s9999 | ratchet_sector | medium | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": false} | 1 | ["moveTo", "lineTo", "threePointArc", "close", "extrude", "workplane", "pushPoints", "hole", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 0.0)
.lineTo(89.0, 0.0)
.threePointArc((78.8721, 41.2333), (50.7935, 73.0823))
.close()
.extrude(13.5)
.faces(">Z").workplane()
.pushPoints([(0.0, 0.0)])
.hole(47.2)
.faces(">Z").workplane()
.pushPoints([(57.42... | |
synth_ratchet_sector_000988_s9999 | ratchet_sector | easy | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | 0 | ["moveTo", "lineTo", "threePointArc", "close", "extrude"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 0.0)
.lineTo(71.3, 0.0)
.threePointArc((45.2563, 55.0959), (-13.8489, 69.9421))
.close()
.extrude(5.2)
)
# Export
show_object(result) | |
synth_rect_frame_000069_s9999 | rect_frame | easy | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | 0 | ["rect", "extrude", "workplane", "rect", "cutThruAll"] | import cadquery as cq
result = (
cq.Workplane("XY")
.rect(68.3, 52.7)
.extrude(11.1)
.faces(">Z").workplane()
.rect(44.3, 28.7)
.cutThruAll()
)
# Export
show_object(result) | |
synth_rect_frame_000306_s9999 | rect_frame | easy | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | 0 | ["rect", "extrude", "workplane", "rect", "cutThruAll"] | import cadquery as cq
result = (
cq.Workplane("XY")
.rect(145.0, 112.5)
.extrude(9.0)
.faces(">Z").workplane()
.rect(85.8, 53.3)
.cutThruAll()
)
# Export
show_object(result) | |
synth_rect_frame_000492_s9999 | rect_frame | hard | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": false} | 1 | ["rect", "extrude", "workplane", "rect", "cutThruAll", "workplane", "pushPoints", "hole", "cut", "cut"] | import cadquery as cq
result = (
cq.Workplane("XY")
.rect(66.7, 108.1)
.extrude(6.8)
.faces(">Z").workplane()
.rect(24.9, 66.3)
.cutThruAll()
.faces(">Z").workplane()
.pushPoints([(22.9, 43.6), (-22.9, 43.6), (22.9, -43.6), (-22.9, -43.6)])
.hole(3.4)
.cut(
cq.Workplane(... | |
synth_rib_plate_000087_s9999 | rib_plate | medium | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "thin_wall": true, "has_rib": true} | 3 | ["box", "workplane", "rarray", "rect", "extrude", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(62.4, 80.4, 3.7)
.faces(">Z").workplane()
.rarray(56.93, 1, 2, 1)
.rect(2.7, 78.4)
.extrude(21.0)
.faces(">Z").workplane()
.pushPoints([(24.1, 33.1), (24.1, -33.1), (-24.1, 33.1), (-24.1, -33.1)])
.hole(3.5)
)
# Export
show_o... | |
synth_rib_plate_000434_s9999 | rib_plate | medium | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "thin_wall": true, "has_rib": true} | 3 | ["box", "workplane", "rarray", "rect", "extrude", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(189.4, 140.4, 5.3)
.faces(">Z").workplane()
.rarray(179.94, 1, 2, 1)
.rect(4.7, 138.4)
.extrude(11.2)
.faces(">Z").workplane()
.pushPoints([(88.3, 63.8), (88.3, -63.8), (-88.3, 63.8), (-88.3, -63.8)])
.hole(3.2)
)
# Export
sh... | |
synth_rib_plate_000602_s9999 | rib_plate | easy | XY | test-iid | {"has_hole": false, "has_slot": false, "has_fillet": false, "has_chamfer": false, "thin_wall": true, "has_rib": true} | 2 | ["box", "workplane", "rarray", "rect", "extrude"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(144.3, 90.6, 3.0)
.faces(">Z").workplane()
.rarray(139.05, 1, 2, 1)
.rect(2.6, 88.6)
.extrude(33.8)
)
# Export
show_object(result) | |
synth_rib_plate_000650_s9999 | rib_plate | hard | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": true, "has_chamfer": false, "thin_wall": true, "has_rib": true} | 4 | ["box", "workplane", "rarray", "rect", "extrude", "edges", "fillet", "workplane", "pushPoints", "hole", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(180.2, 123.3, 4.7)
.faces(">Z").workplane()
.rarray(168.52, 1, 2, 1)
.rect(5.8, 121.3)
.extrude(9.8)
.edges("<Z")
.fillet(1.1)
.faces(">Z").workplane()
.pushPoints([(76.9, 48.45), (76.9, -48.45), (-76.9, 48.45), (-76.9, -4... | |
synth_rib_plate_000681_s9999 | rib_plate | medium | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "thin_wall": true, "has_rib": true} | 3 | ["box", "workplane", "rarray", "rect", "extrude", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(85.8, 47.5, 3.9)
.faces(">Z").workplane()
.rarray(40.37, 1, 3, 1)
.rect(2.5, 45.5)
.extrude(27.4)
.faces(">Z").workplane()
.pushPoints([(36.4, 17.25), (36.4, -17.25), (-36.4, 17.25), (-36.4, -17.25)])
.hole(3.1)
)
# Export
sh... | |
synth_round_flange_000638_s9999 | round_flange | medium | XY | test-iid | {"has_hole": true, "has_chamfer": true, "has_bolt_pattern": true, "has_hub": true, "pattern_like": true} | 5 | ["cylinder", "faces", "chamfer", "faces", "workplane", "polarArray", "hole", "union", "workplane", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(15.4, 78.9)
.faces("<Z")
.chamfer(2.0)
.faces(">Z")
.faces(">Z").workplane()
.polarArray(21.2, 0, 360, 8)
.hole(4.5)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0, 0, 8.75), rotate=cq.Vect... | |
synth_shaft_collar_000119_s9999 | shaft_collar | hard | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": true, "rotational": true} | 3 | ["cylinder", "union", "workplane", "hole", "edges", "chamfer", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(24.6, 20.45)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0, 0, 19.4), rotate=cq.Vector(0, 0, 0))
.cylinder(15.2, 10.0)
)
.faces(">Z").workplane()
.hole(13.7)
.edges(">Z")
.chamfer(... | |
synth_shaft_collar_000707_s9999 | shaft_collar | medium | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": true, "rotational": true} | 3 | ["cylinder", "workplane", "hole", "edges", "chamfer", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(87.9, 64.6)
.faces(">Z").workplane()
.hole(47.0)
.edges(">Z")
.chamfer(0.6)
.faces("XZ").workplane()
.pushPoints([[0, 0]])
.hole(3.4)
)
# Export
show_object(result) | |
synth_sheet_metal_tray_000210_s9999 | sheet_metal_tray | hard | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": true} | 3 | ["box", "edges", "chamfer", "faces", "shell", "workplane", "pushPoints", "hole", "workplane", "pushPoints", "rect", "cutThruAll"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(61.0, 147.3, 36.7)
.edges(">Z")
.chamfer(0.6)
.faces(">Z")
.shell(-1.9)
.faces("<Z").workplane()
.pushPoints([(-23.18, -68.35), (-23.18, 68.35), (0.0, -68.35), (0.0, 68.35), (23.18, -68.35), (23.18, 68.35)])
.hole(3.8)
.fa... | |
synth_sheet_metal_tray_000245_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(103.5, 65.3, 37.9)
.faces(">Z")
.shell(-2.6)
)
# Export
show_object(result) | |
synth_sheet_metal_tray_000431_s9999 | sheet_metal_tray | hard | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": true} | 3 | ["box", "edges", "chamfer", "faces", "shell", "workplane", "pushPoints", "hole", "workplane", "pushPoints", "rect", "cutThruAll"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(92.9, 30.1, 10.2)
.edges(">Z")
.chamfer(0.3)
.faces(">Z")
.shell(-1.3)
.faces("<Z").workplane()
.pushPoints([(-35.302, -10.2), (-35.302, 10.2), (35.302, -10.2), (35.302, 10.2)])
.hole(4.1)
.faces(">Y").workplane()
.pus... | |
synth_sheet_metal_tray_000455_s9999 | sheet_metal_tray | hard | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": true} | 3 | ["box", "edges", "chamfer", "faces", "shell", "workplane", "pushPoints", "hole", "workplane", "pushPoints", "rect", "cutThruAll"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(61.9, 47.8, 34.7)
.edges(">Z")
.chamfer(0.7)
.faces(">Z")
.shell(-2.0)
.faces("<Z").workplane()
.pushPoints([(-23.522, -18.45), (-23.522, 18.45), (23.522, -18.45), (23.522, 18.45)])
.hole(3.9)
.faces(">Y").workplane()
... | |
synth_sheet_metal_tray_000592_s9999 | sheet_metal_tray | hard | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": true} | 3 | ["box", "edges", "chamfer", "faces", "shell", "workplane", "pushPoints", "hole", "workplane", "pushPoints", "rect", "cutThruAll"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(62.2, 65.1, 28.7)
.edges(">Z")
.chamfer(0.5)
.faces(">Z")
.shell(-2.0)
.faces("<Z").workplane()
.pushPoints([(0.0, -27.15), (0.0, 27.15)])
.hole(3.8)
.faces(">Y").workplane()
.pushPoints([(-10.367, 0.0), (10.367, 0.0)]... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.