stem stringlengths 22 39 | family stringclasses 54
values | difficulty stringclasses 3
values | base_plane stringclasses 1
value | split stringclasses 1
value | feature_tags stringclasses 79
values | feature_count int64 0 6 | ops_used stringlengths 7 452 | gt_code stringlengths 114 34.1k | composite_png imagewidth (px) 268 268 |
|---|---|---|---|---|---|---|---|---|---|
synth_ball_knob_000173_s1234 | ball_knob | medium | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | 0 | ["sphere", "union"] | import cadquery as cq
result = (
cq.Workplane("XY")
.sphere(30.6)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, -75.4), rotate=cq.Vector(0, 0, 0))
.cylinder(89.6, 13.4)
)
)
# Export
show_object(result) | |
synth_ball_knob_000234_s1234 | ball_knob | medium | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | 0 | ["sphere", "union"] | import cadquery as cq
result = (
cq.Workplane("XY")
.sphere(26.0)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, -49.3), rotate=cq.Vector(0, 0, 0))
.cylinder(46.6, 11.7)
)
)
# Export
show_object(result) | |
synth_ball_knob_000898_s1234 | ball_knob | medium | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | 0 | ["sphere", "union"] | import cadquery as cq
result = (
cq.Workplane("XY")
.sphere(14.9)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, -23.25), rotate=cq.Vector(0, 0, 0))
.cylinder(16.7, 6.6)
)
)
# Export
show_object(result) | |
synth_ball_knob_001262_s1234 | ball_knob | easy | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | 0 | ["sphere", "union"] | import cadquery as cq
result = (
cq.Workplane("XY")
.sphere(26.7)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, -45.65), rotate=cq.Vector(0, 0, 0))
.cylinder(37.9, 10.7)
)
)
# Export
show_object(result) | |
synth_ball_knob_001408_s1234 | ball_knob | easy | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | 0 | ["sphere", "union"] | import cadquery as cq
result = (
cq.Workplane("XY")
.sphere(23.6)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, -38.75), rotate=cq.Vector(0, 0, 0))
.cylinder(30.3, 11.8)
)
)
# Export
show_object(result) | |
synth_ball_knob_001415_s1234 | ball_knob | medium | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | 0 | ["sphere", "union"] | import cadquery as cq
result = (
cq.Workplane("XY")
.sphere(36.5)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, -62.95), rotate=cq.Vector(0, 0, 0))
.cylinder(52.9, 12.1)
)
)
# Export
show_object(result) | |
synth_ball_knob_001660_s1234 | ball_knob | medium | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | 0 | ["sphere", "union"] | import cadquery as cq
result = (
cq.Workplane("XY")
.sphere(16.8)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, -26.55), rotate=cq.Vector(0, 0, 0))
.cylinder(19.5, 5.4)
)
)
# Export
show_object(result) | |
synth_ball_knob_001675_s1234 | ball_knob | medium | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | 0 | ["sphere", "union"] | import cadquery as cq
result = (
cq.Workplane("XY")
.sphere(19.6)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, -30.75), rotate=cq.Vector(0, 0, 0))
.cylinder(22.3, 5.7)
)
)
# Export
show_object(result) | |
synth_ball_knob_001824_s1234 | ball_knob | hard | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | 0 | ["sphere", "union"] | import cadquery as cq
result = (
cq.Workplane("XY")
.sphere(30.9)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, -65.15), rotate=cq.Vector(0, 0, 0))
.cylinder(68.5, 12.9)
)
)
# Export
show_object(result) | |
synth_bearing_retainer_cap_000021_s1234 | bearing_retainer_cap | hard | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": true, "rotational": false, "pattern_like": true} | 4 | ["cylinder", "union", "cut", "cut", "faces", "chamfer", "workplane", "hole", "cut", "cut"] | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(27.3, 32.55)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, -14.15), rotate=cq.Vector(0, 0, 0))
.moveTo(88.841, -10.55)
.threePointArc((97.0, 0.0), (88.841, 10.55))
.lin... | |
synth_bearing_retainer_cap_000383_s1234 | bearing_retainer_cap | medium | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": true, "rotational": true, "pattern_like": true} | 4 | ["cylinder", "union", "cut", "cut", "cut", "cut", "faces", "chamfer", "workplane", "hole", "cut"] | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(6.9, 90.4)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, 36.25), rotate=cq.Vector(0, 0, 0))
.cylinder(66.6, 37.55)
)
.cut(
cq.Workplane("XY")
.transformed(offset=cq... | |
synth_bearing_retainer_cap_001070_s1234 | bearing_retainer_cap | hard | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": true, "rotational": false, "pattern_like": true} | 4 | ["cylinder", "union", "cut", "cut", "faces", "chamfer", "workplane", "hole", "cut", "cut"] | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(75.1, 28.85)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, -38.05), rotate=cq.Vector(0, 0, 0))
.moveTo(63.585, -11.877)
.threePointArc((72.55, 0.0), (63.585, 11.877))
.... | |
synth_bearing_retainer_cap_001259_s1234 | bearing_retainer_cap | medium | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": true, "rotational": true, "pattern_like": true} | 4 | ["cylinder", "union", "cut", "cut", "cut", "cut", "cut", "cut", "cut", "cut", "faces", "chamfer", "workplane", "hole", "cut"] | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(5.3, 56.95)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, 19.9), rotate=cq.Vector(0, 0, 0))
.cylinder(35.5, 25.15)
)
.cut(
cq.Workplane("XY")
.transformed(offset=cq... | |
synth_bearing_retainer_cap_001349_s1234 | bearing_retainer_cap | medium | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": true, "rotational": false, "pattern_like": true} | 3 | ["cylinder", "union", "union", "union", "cut", "cut", "faces", "chamfer", "workplane", "hole", "cut"] | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(73.2, 16.15)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, -28.4), rotate=cq.Vector(0, 0, 0))
.box(92.0, 18.5, 17.4)
)
.union(
cq.Workplane("XY")
.transformed(offse... | |
synth_bearing_retainer_cap_001729_s1234 | bearing_retainer_cap | easy | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true, "pattern_like": true} | 3 | ["cylinder", "union", "cut", "cut", "cut", "cut", "cut", "cut", "workplane", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(5.7, 52.65)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, 26.3), rotate=cq.Vector(0, 0, 0))
.cylinder(47.9, 24.8)
)
.cut(
cq.Workplane("XY")
.transformed(offset=cq.... | |
synth_bevel_gear_000010_s1234 | bevel_gear | easy | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true} | 2 | ["polyline", "close", "workplane_offset", "polyline", "close", "loft", "workplane", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([(33.636, -4.428), (34.507, -2.779), (34.862, -2.773), (35.919, -2.621), (37.626, -2.125), (39.895, -1.098), (39.91, 0.0), (39.895, 1.098), (37.626, 2.125), (35.919, 2.621), (34.862, 2.773), (34.507, 2.779), (33.636, 4.428), (34.05, 6.247), (34.392,... | |
synth_bevel_gear_000708_s1234 | bevel_gear | medium | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "rotational": true} | 3 | ["polyline", "close", "workplane_offset", "polyline", "close", "loft", "workplane", "hole", "workplane", "circle", "cutBlind", "workplane", "center", "rect", "cutThruAll"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([(19.197, -1.952), (19.475, -1.279), (19.648, -1.275), (20.161, -1.202), (20.993, -0.97), (22.104, -0.496), (22.11, 0.0), (22.104, 0.496), (20.993, 0.97), (20.161, 1.202), (19.648, 1.275), (19.475, 1.279), (19.197, 1.952), (19.334, 2.668), (19.503, ... | |
synth_bevel_gear_000849_s1234 | bevel_gear | medium | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "rotational": true} | 3 | ["polyline", "close", "workplane_offset", "polyline", "close", "loft", "workplane", "hole", "workplane", "circle", "cutBlind", "workplane", "center", "rect", "cutThruAll"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([(19.462, -3.638), (20.087, -2.164), (20.349, -2.164), (21.125, -2.052), (22.374, -1.665), (24.015, -0.852), (24.03, 0.0), (24.015, 0.852), (22.374, 1.665), (21.125, 2.052), (20.349, 2.164), (20.087, 2.164), (19.462, 3.638), (19.512, 5.239), (19.756... | |
synth_bevel_gear_000987_s1234 | bevel_gear | medium | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "rotational": true} | 3 | ["polyline", "close", "workplane_offset", "polyline", "close", "loft", "workplane", "hole", "workplane", "circle", "cutBlind", "workplane", "center", "rect", "cutThruAll"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([(21.808, -4.977), (22.641, -2.893), (22.982, -2.897), (23.996, -2.752), (25.621, -2.23), (27.737, -1.12), (27.76, 0.0), (27.737, 1.12), (25.621, 2.23), (23.996, 2.752), (22.982, 2.897), (22.641, 2.893), (21.808, 4.977), (21.654, 7.217), (21.964, 7.... | |
synth_bevel_gear_001163_s1234 | bevel_gear | hard | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "rotational": true} | 3 | ["polyline", "close", "workplane_offset", "polyline", "close", "loft", "workplane", "hole", "workplane", "center", "rect", "cutThruAll"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([(15.745, -4.219), (16.456, -2.417), (16.737, -2.423), (17.572, -2.305), (18.906, -1.863), (20.63, -0.916), (20.65, 0.0), (20.63, 0.916), (18.906, 1.863), (17.572, 2.305), (16.737, 2.423), (16.456, 2.417), (15.745, 4.219), (15.46, 6.135), (15.706, 6... | |
synth_bevel_gear_001171_s1234 | bevel_gear | hard | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "rotational": true} | 3 | ["polyline", "close", "workplane_offset", "polyline", "close", "loft", "workplane", "hole", "workplane", "center", "rect", "cutThruAll"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([(20.81, -4.139), (21.512, -2.443), (21.805, -2.444), (22.675, -2.319), (24.072, -1.881), (25.902, -0.958), (25.92, 0.0), (25.902, 0.958), (24.072, 1.881), (22.675, 2.319), (21.805, 2.444), (21.512, 2.443), (20.81, 4.139), (20.81, 5.975), (21.081, 6... | |
synth_bolt_000521_s1234 | bolt | medium | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": true} | 1 | ["polygon", "extrude", "faces", "edges", "chamfer", "union"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polygon(6, 35.6)
.extrude(12.4)
.faces(">Z")
.edges(">Z")
.chamfer(1.5)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0, 0, -45.85), rotate=cq.Vector(0, 0, 0))
.cylinder(91.7, 8.6)
)
)
# Exp... | |
synth_bolt_000702_s1234 | bolt | medium | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": true} | 1 | ["polygon", "extrude", "faces", "edges", "chamfer", "union"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polygon(6, 6.8)
.extrude(2.5)
.faces(">Z")
.edges(">Z")
.chamfer(0.4)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0, 0, -10.55), rotate=cq.Vector(0, 0, 0))
.cylinder(21.1, 2.0)
)
)
# Expor... | |
synth_bolt_001320_s1234 | bolt | easy | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | 0 | ["polygon", "extrude", "union"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polygon(6, 21.4)
.extrude(6.1)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0, 0, -15.15), rotate=cq.Vector(0, 0, 0))
.cylinder(30.3, 5.35)
)
)
# Export
show_object(result) | |
synth_bolt_001363_s1234 | bolt | easy | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | 0 | ["polygon", "extrude", "union"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polygon(6, 9.5)
.extrude(3.0)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0, 0, -10.35), rotate=cq.Vector(0, 0, 0))
.cylinder(20.7, 2.45)
)
)
# Export
show_object(result) | |
synth_bolt_001398_s1234 | bolt | medium | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": true} | 1 | ["polygon", "extrude", "faces", "edges", "chamfer", "union"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polygon(6, 8.9)
.extrude(3.7)
.faces(">Z")
.edges(">Z")
.chamfer(0.6)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0, 0, -12.4), rotate=cq.Vector(0, 0, 0))
.cylinder(24.8, 2.5)
)
)
# Export... | |
synth_bolt_001454_s1234 | bolt | medium | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": true} | 1 | ["polygon", "extrude", "faces", "edges", "chamfer", "union"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polygon(6, 28.0)
.extrude(8.1)
.faces(">Z")
.edges(">Z")
.chamfer(1.2)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0, 0, -20.3), rotate=cq.Vector(0, 0, 0))
.cylinder(40.6, 7.1)
)
)
# Expor... | |
synth_bolt_001504_s1234 | bolt | hard | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": true} | 1 | ["polygon", "extrude", "faces", "edges", "chamfer", "union", "cut", "union"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polygon(6, 33.3)
.extrude(11.9)
.faces(">Z")
.edges(">Z")
.chamfer(1.5)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0, 0, -24.0), rotate=cq.Vector(0, 0, 0))
.cylinder(48.0, 8.75)
)
.cut... | |
synth_bolt_001522_s1234 | bolt | easy | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | 0 | ["polygon", "extrude", "union"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polygon(6, 40.6)
.extrude(12.5)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0, 0, -69.55), rotate=cq.Vector(0, 0, 0))
.cylinder(139.1, 9.95)
)
)
# Export
show_object(result) | |
synth_bolt_001883_s1234 | bolt | hard | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": true} | 1 | ["polygon", "extrude", "faces", "edges", "chamfer", "union", "cut", "union"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polygon(6, 19.9)
.extrude(6.4)
.faces(">Z")
.edges(">Z")
.chamfer(1.0)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0, 0, -18.25), rotate=cq.Vector(0, 0, 0))
.cylinder(36.5, 5.1)
)
.cut(... | |
synth_bolt_001916_s1234 | bolt | hard | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": true} | 1 | ["polygon", "extrude", "faces", "edges", "chamfer", "union", "cut", "union"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polygon(6, 33.8)
.extrude(13.6)
.faces(">Z")
.edges(">Z")
.chamfer(1.5)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0, 0, -64.6), rotate=cq.Vector(0, 0, 0))
.cylinder(129.2, 9.9)
)
.cut... | |
synth_cable_routing_panel_000231_s1234 | cable_routing_panel | medium | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": true, "pattern_like": true} | 4 | ["box", "edges", "chamfer", "workplane", "center", "rarray", "rect", "cutThruAll", "workplane", "center", "rarray", "rect", "cutThruAll", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(164.7, 76.6, 4.8)
.edges(">Z")
.chamfer(1.0)
.faces(">Z").workplane()
.center(0.0, 18.1)
.rarray(40.57, 1, 4, 1)
.rect(24.1, 8.7)
.cutThruAll()
.faces(">Z").workplane()
.center(0.0, -18.1)
.rarray(40.57, 1, 4, 1)
... | |
synth_cable_routing_panel_000503_s1234 | cable_routing_panel | medium | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": true, "pattern_like": true} | 4 | ["box", "edges", "chamfer", "workplane", "center", "rarray", "rect", "cutThruAll", "workplane", "center", "rarray", "rect", "cutThruAll", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(219.9, 139.5, 4.8)
.edges(">Z")
.chamfer(0.5)
.faces(">Z").workplane()
.center(0.0, 30.7)
.rarray(54.16, 1, 4, 1)
.rect(35.9, 11.2)
.cutThruAll()
.faces(">Z").workplane()
.center(0.0, -30.7)
.rarray(54.16, 1, 4, 1)... | |
synth_cable_routing_panel_000754_s1234 | cable_routing_panel | easy | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "pattern_like": true} | 3 | ["box", "workplane", "center", "rarray", "rect", "cutThruAll", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(174.4, 152.5, 3.2)
.faces(">Z").workplane()
.center(0.0, 32.7)
.rarray(33.55, 1, 4, 1)
.rect(44.1, 15.8)
.cutThruAll()
.faces(">Z").workplane()
.pushPoints([(72.4, 61.45), (72.4, -61.45), (-72.4, 61.45), (-72.4, -61.45)])
... | |
synth_cable_routing_panel_000852_s1234 | cable_routing_panel | medium | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": true, "pattern_like": true} | 4 | ["box", "edges", "chamfer", "workplane", "center", "rarray", "rect", "cutThruAll", "workplane", "center", "rarray", "rect", "cutThruAll", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(242.7, 81.1, 2.6)
.edges(">Z")
.chamfer(0.4)
.faces(">Z").workplane()
.center(0.0, 18.7)
.rarray(37.28, 1, 6, 1)
.rect(42.6, 6.5)
.cutThruAll()
.faces(">Z").workplane()
.center(0.0, -18.7)
.rarray(37.28, 1, 6, 1)
... | |
synth_cable_routing_panel_001175_s1234 | cable_routing_panel | 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", "center", "rarray", "rect", "cutThruAll", "workplane", "center", "rarray", "rect", "cutThruAll", "workplane", "rarray", "hole", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(216.0, 120.4, 3.3)
.edges(">Z")
.chamfer(0.5)
.edges("|Z")
.fillet(0.6)
.faces(">Z").workplane()
.center(0.0, 29.2)
.rarray(35.18, 1, 6, 1)
.rect(22.4, 13.7)
.cutThruAll()
.faces(">Z").workplane()
.center(0.0, ... | |
synth_cable_routing_panel_001189_s1234 | cable_routing_panel | 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", "center", "rarray", "rect", "cutThruAll", "workplane", "center", "rarray", "rect", "cutThruAll", "workplane", "rarray", "hole", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(235.1, 131.1, 2.9)
.edges(">Z")
.chamfer(0.5)
.edges("|Z")
.fillet(0.4)
.faces(">Z").workplane()
.center(0.0, 28.8)
.rarray(49.97, 1, 5, 1)
.rect(20.9, 14.8)
.cutThruAll()
.faces(">Z").workplane()
.center(0.0, ... | |
synth_cable_routing_panel_001523_s1234 | cable_routing_panel | 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", "center", "rarray", "rect", "cutThruAll", "workplane", "center", "rarray", "rect", "cutThruAll", "workplane", "rarray", "hole", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(256.1, 137.5, 3.1)
.edges(">Z")
.chamfer(0.4)
.edges("|Z")
.fillet(0.5)
.faces(">Z").workplane()
.center(0.0, 33.1)
.rarray(50.53, 1, 5, 1)
.rect(21.1, 11.0)
.cutThruAll()
.faces(">Z").workplane()
.center(0.0, ... | |
synth_cable_routing_panel_001820_s1234 | cable_routing_panel | easy | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "pattern_like": true} | 3 | ["box", "workplane", "center", "rarray", "rect", "cutThruAll", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(161.1, 137.1, 4.2)
.faces(">Z").workplane()
.center(0.0, 29.9)
.rarray(30.76, 1, 4, 1)
.rect(43.6, 15.2)
.cutThruAll()
.faces(">Z").workplane()
.pushPoints([(67.95, 55.95), (67.95, -55.95), (-67.95, 55.95), (-67.95, -55.95)])
... | |
synth_cam_000290_s1234 | cam | medium | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false} | 2 | ["polyline", "close", "extrude", "union", "workplane", "hole", "workplane", "pushPoints", "rect", "cutThruAll"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([(34.328, 0.0), (34.847, 3.432), (35.371, 7.036), (35.891, 10.887), (36.293, 15.033), (36.348, 19.428), (35.76, 23.894), (34.265, 28.121), (31.743, 31.743), (28.277, 34.455), (24.137, 36.124), (19.682, 36.823), (15.242, 36.796), (11.026, 36.347), (7... | |
synth_cam_000759_s1234 | cam | hard | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false} | 2 | ["polyline", "close", "extrude", "union", "workplane", "hole", "workplane", "pushPoints", "rect", "cutThruAll", "cut"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([(28.1, 0.0), (27.965, 2.754), (27.561, 5.482), (26.893, 8.158), (25.97, 10.757), (24.81, 13.261), (23.436, 15.66), (21.89, 17.965), (20.218, 20.218), (18.463, 22.497), (16.636, 24.898), (14.688, 27.48), (12.504, 30.188), (9.948, 32.795), (6.946, 34... | |
synth_cam_001003_s1234 | cam | hard | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false} | 2 | ["polyline", "close", "extrude", "union", "workplane", "hole", "workplane", "pushPoints", "rect", "cutThruAll", "cut"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([(37.886, 0.0), (37.886, 3.731), (37.625, 7.484), (37.1, 11.254), (36.271, 15.024), (35.056, 18.738), (33.366, 22.295), (31.15, 25.564), (28.429, 28.429), (25.298, 30.826), (21.894, 32.766), (18.341, 34.313), (14.722, 35.542), (11.072, 36.5), (7.4, ... | |
synth_cam_001142_s1234 | cam | medium | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false} | 2 | ["polyline", "close", "extrude", "union", "workplane", "hole", "workplane", "pushPoints", "rect", "cutThruAll"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([(13.703, 0.0), (13.635, 1.343), (13.437, 2.673), (13.11, 3.977), (12.657, 5.243), (12.082, 6.458), (11.391, 7.611), (10.59, 8.691), (9.687, 9.687), (8.691, 10.59), (7.611, 11.391), (6.458, 12.082), (5.243, 12.657), (3.977, 13.11), (2.673, 13.437), ... | |
synth_cam_001192_s1234 | cam | medium | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false} | 2 | ["polyline", "close", "extrude", "union", "workplane", "hole", "workplane", "pushPoints", "rect", "cutThruAll"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([(39.903, 0.0), (39.709, 3.911), (39.134, 7.784), (38.182, 11.582), (36.863, 15.269), (35.189, 18.809), (33.176, 22.167), (30.843, 25.312), (28.214, 28.214), (25.312, 30.843), (22.167, 33.176), (18.809, 35.189), (15.269, 36.863), (11.582, 38.182), (... | |
synth_cam_001232_s1234 | cam | easy | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false} | 1 | ["polyline", "close", "extrude", "union", "workplane", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([(20.4, 0.0), (20.263, 2.088), (19.855, 4.141), (19.182, 6.123), (18.256, 8.0), (17.094, 9.74), (15.714, 11.314), (14.14, 12.694), (12.4, 13.856), (10.523, 14.782), (8.541, 15.455), (6.488, 15.863), (4.4, 16.0), (2.312, 15.863), (0.259, 15.455), (-1... | |
synth_cam_001339_s1234 | cam | easy | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false} | 1 | ["polyline", "close", "extrude", "union", "workplane", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([(17.8, 0.0), (17.681, 1.814), (17.326, 3.598), (16.742, 5.319), (15.938, 6.95), (14.928, 8.462), (13.729, 9.829), (12.362, 11.028), (10.85, 12.038), (9.219, 12.842), (7.498, 13.426), (5.714, 13.781), (3.9, 13.9), (2.086, 13.781), (0.302, 13.426), (... | |
synth_cam_001763_s1234 | cam | easy | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false} | 1 | ["polyline", "close", "extrude", "union", "workplane", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([(32.2, 0.0), (31.96, 3.655), (31.246, 7.247), (30.069, 10.715), (28.449, 14.0), (26.414, 17.045), (23.999, 19.799), (21.245, 22.214), (18.2, 24.249), (14.915, 25.869), (11.447, 27.046), (7.855, 27.76), (4.2, 28.0), (0.545, 27.76), (-3.047, 27.046),... | |
synth_cam_001931_s1234 | cam | easy | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false} | 1 | ["polyline", "close", "extrude", "union", "workplane", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([(26.2, 0.0), (26.002, 3.015), (25.413, 5.979), (24.442, 8.84), (23.105, 11.55), (21.426, 14.062), (19.434, 16.334), (17.162, 18.326), (14.65, 20.005), (11.94, 21.342), (9.079, 22.313), (6.115, 22.902), (3.1, 23.1), (0.085, 22.902), (-2.879, 22.313)... | |
synth_cam_001938_s1234 | cam | easy | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false} | 1 | ["polyline", "close", "extrude", "union", "workplane", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([(14.5, 0.0), (14.409, 1.384), (14.139, 2.743), (13.693, 4.056), (13.08, 5.3), (12.31, 6.453), (11.395, 7.495), (10.353, 8.41), (9.2, 9.18), (7.956, 9.793), (6.643, 10.239), (5.284, 10.509), (3.9, 10.6), (2.516, 10.509), (1.157, 10.239), (-0.156, 9.... | |
synth_clevis_000044_s1234 | clevis | medium | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": true} | 2 | ["box", "workplane", "rect", "cutBlind", "faces", "edges", "chamfer", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(60.7, 16.7, 89.9)
.faces(">Z").workplane()
.rect(28.5, 17.7)
.cutBlind(-59.6)
.faces(">Z")
.edges(">Z")
.chamfer(2.0)
.faces(">Z").workplane()
.pushPoints([(-22.3, 0.0), (22.3, 0.0)])
.hole(9.4)
)
# Export
show_object... | |
synth_clevis_000151_s1234 | clevis | easy | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": false} | 1 | ["box", "workplane", "rect", "cutBlind", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(31.0, 41.9, 93.6)
.faces(">Z").workplane()
.rect(10.8, 42.9)
.cutBlind(-66.6)
.faces(">Z").workplane()
.pushPoints([(-10.45, 0.0), (10.45, 0.0)])
.hole(2.3)
)
# Export
show_object(result) | |
synth_clevis_000261_s1234 | clevis | easy | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": false} | 1 | ["box", "workplane", "rect", "cutBlind", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(53.7, 33.5, 78.8)
.faces(">Z").workplane()
.rect(35.1, 34.5)
.cutBlind(-66.3)
.faces(">Z").workplane()
.pushPoints([(-22.2, 0.0), (22.2, 0.0)])
.hole(3.6)
)
# Export
show_object(result) | |
synth_clevis_000316_s1234 | clevis | easy | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": false} | 1 | ["box", "workplane", "rect", "cutBlind", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(41.7, 16.5, 84.8)
.faces(">Z").workplane()
.rect(18.9, 17.5)
.cutBlind(-61.9)
.faces(">Z").workplane()
.pushPoints([(-15.15, 0.0), (15.15, 0.0)])
.hole(7.5)
)
# Export
show_object(result) | |
synth_clevis_000406_s1234 | clevis | hard | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": true} | 2 | ["box", "workplane", "rect", "cutBlind", "faces", "edges", "chamfer", "workplane", "pushPoints", "hole", "union"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(41.6, 38.7, 84.4)
.faces(">Z").workplane()
.rect(19.0, 39.7)
.cutBlind(-46.7)
.faces(">Z")
.edges(">Z")
.chamfer(1.7)
.faces(">Z").workplane()
.pushPoints([(-15.15, 0.0), (15.15, 0.0)])
.hole(6.6)
.union(
c... | |
synth_clevis_000461_s1234 | clevis | easy | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": false} | 1 | ["box", "workplane", "rect", "cutBlind", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(36.2, 32.3, 39.5)
.faces(">Z").workplane()
.rect(17.0, 33.3)
.cutBlind(-21.5)
.faces(">Z").workplane()
.pushPoints([(-13.3, 0.0), (13.3, 0.0)])
.hole(4.9)
)
# Export
show_object(result) | |
synth_clevis_000693_s1234 | clevis | hard | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": true} | 2 | ["box", "workplane", "rect", "cutBlind", "faces", "edges", "chamfer", "workplane", "pushPoints", "hole", "union"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(48.8, 19.5, 59.3)
.faces(">Z").workplane()
.rect(34.6, 20.5)
.cutBlind(-22.8)
.faces(">Z")
.edges(">Z")
.chamfer(1.1)
.faces(">Z").workplane()
.pushPoints([(-20.85, 0.0), (20.85, 0.0)])
.hole(3.7)
.union(
c... | |
synth_clevis_000722_s1234 | clevis | easy | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": false} | 1 | ["box", "workplane", "rect", "cutBlind", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(44.7, 29.7, 79.9)
.faces(">Z").workplane()
.rect(24.7, 30.7)
.cutBlind(-46.2)
.faces(">Z").workplane()
.pushPoints([(-17.35, 0.0), (17.35, 0.0)])
.hole(2.7)
)
# Export
show_object(result) | |
synth_clevis_000727_s1234 | clevis | hard | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": true} | 2 | ["box", "workplane", "rect", "cutBlind", "faces", "edges", "chamfer", "workplane", "pushPoints", "hole", "union"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(65.7, 19.0, 65.8)
.faces(">Z").workplane()
.rect(27.5, 20.0)
.cutBlind(-41.0)
.faces(">Z")
.edges(">Z")
.chamfer(2.0)
.faces(">Z").workplane()
.pushPoints([(-23.3, 0.0), (23.3, 0.0)])
.hole(5.2)
.union(
cq.... | |
synth_clevis_000776_s1234 | clevis | hard | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": true} | 2 | ["box", "workplane", "rect", "cutBlind", "faces", "edges", "chamfer", "workplane", "pushPoints", "hole", "union"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(48.2, 16.2, 72.3)
.faces(">Z").workplane()
.rect(8.6, 17.2)
.cutBlind(-56.1)
.faces(">Z")
.edges(">Z")
.chamfer(2.0)
.faces(">Z").workplane()
.pushPoints([(-14.2, 0.0), (14.2, 0.0)])
.hole(2.5)
.union(
cq.W... | |
synth_clevis_000886_s1234 | clevis | easy | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": false} | 1 | ["box", "workplane", "rect", "cutBlind", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(50.6, 23.6, 68.6)
.faces(">Z").workplane()
.rect(23.0, 24.6)
.cutBlind(-30.5)
.faces(">Z").workplane()
.pushPoints([(-18.4, 0.0), (18.4, 0.0)])
.hole(6.4)
)
# Export
show_object(result) | |
synth_clevis_000949_s1234 | clevis | hard | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": true} | 2 | ["box", "workplane", "rect", "cutBlind", "faces", "edges", "chamfer", "workplane", "pushPoints", "hole", "union"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(47.5, 33.5, 42.1)
.faces(">Z").workplane()
.rect(9.3, 34.5)
.cutBlind(-26.8)
.faces(">Z")
.edges(">Z")
.chamfer(2.0)
.faces(">Z").workplane()
.pushPoints([(-14.2, 0.0), (14.2, 0.0)])
.hole(10.5)
.union(
cq.... | |
synth_clevis_001602_s1234 | clevis | hard | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": true} | 2 | ["box", "workplane", "rect", "cutBlind", "faces", "edges", "chamfer", "workplane", "pushPoints", "hole", "union"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(36.7, 49.9, 53.9)
.faces(">Z").workplane()
.rect(10.1, 50.9)
.cutBlind(-38.3)
.faces(">Z")
.edges(">Z")
.chamfer(2.0)
.faces(">Z").workplane()
.pushPoints([(-11.7, 0.0), (11.7, 0.0)])
.hole(2.1)
.union(
cq.... | |
synth_clevis_001807_s1234 | clevis | medium | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": true} | 2 | ["box", "workplane", "rect", "cutBlind", "faces", "edges", "chamfer", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(49.0, 28.0, 83.5)
.faces(">Z").workplane()
.rect(12.0, 29.0)
.cutBlind(-44.7)
.faces(">Z")
.edges(">Z")
.chamfer(2.0)
.faces(">Z").workplane()
.pushPoints([(-15.25, 0.0), (15.25, 0.0)])
.hole(8.9)
)
# Export
show_obje... | |
synth_connecting_rod_000273_s1234 | connecting_rod | easy | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false} | 1 | ["cylinder", "union", "union", "workplane", "hole", "cut"] | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(15.2, 18.4)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(53.4, 0, 0), rotate=cq.Vector(0, 0, 0))
.box(71.0, 12.7, 15.2)
)
.union(
cq.Workplane("XY")
.transformed(offset=cq.V... | |
synth_connecting_rod_000443_s1234 | connecting_rod | medium | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false} | 1 | ["cylinder", "union", "union", "workplane", "hole", "cut", "union", "union"] | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(19.7, 23.4)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(72.6, 0, 0), rotate=cq.Vector(0, 0, 0))
.box(99.4, 10.9, 19.7)
)
.union(
cq.Workplane("XY")
.transformed(offset=cq.V... | |
synth_connecting_rod_000474_s1234 | connecting_rod | hard | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false} | 1 | ["cylinder", "union", "union", "workplane", "hole", "cut", "union", "union", "faces", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(7.3, 12.8)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(27.25, 0, 0), rotate=cq.Vector(0, 0, 0))
.box(29.9, 6.0, 7.3)
)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vec... | |
synth_connecting_rod_001207_s1234 | connecting_rod | easy | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false} | 1 | ["cylinder", "union", "union", "workplane", "hole", "cut"] | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(12.0, 18.6)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(47.55, 0, 0), rotate=cq.Vector(0, 0, 0))
.box(58.9, 11.1, 12.0)
)
.union(
cq.Workplane("XY")
.transformed(offset=cq.... | |
synth_connecting_rod_001473_s1234 | connecting_rod | easy | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false} | 1 | ["cylinder", "union", "union", "workplane", "hole", "cut"] | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(7.7, 9.5)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(22.2, 0, 0), rotate=cq.Vector(0, 0, 0))
.box(26.4, 6.9, 7.7)
)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vecto... | |
synth_connecting_rod_001644_s1234 | connecting_rod | medium | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false} | 1 | ["cylinder", "union", "union", "workplane", "hole", "cut", "union", "union"] | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(12.8, 18.7)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(48.1, 0, 0), rotate=cq.Vector(0, 0, 0))
.box(59.8, 11.7, 12.8)
)
.union(
cq.Workplane("XY")
.transformed(offset=cq.V... | |
synth_connecting_rod_001682_s1234 | connecting_rod | easy | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false} | 1 | ["cylinder", "union", "union", "workplane", "hole", "cut"] | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(16.3, 20.9)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(36.6, 0, 0), rotate=cq.Vector(0, 0, 0))
.box(32.4, 10.3, 16.3)
)
.union(
cq.Workplane("XY")
.transformed(offset=cq.V... | |
synth_connecting_rod_001732_s1234 | connecting_rod | medium | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false} | 1 | ["cylinder", "union", "union", "workplane", "hole", "cut", "union", "union"] | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(21.1, 23.2)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(68.85, 0, 0), rotate=cq.Vector(0, 0, 0))
.box(92.3, 12.8, 21.1)
)
.union(
cq.Workplane("XY")
.transformed(offset=cq.... | |
synth_connecting_rod_001870_s1234 | connecting_rod | hard | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false} | 1 | ["cylinder", "union", "union", "workplane", "hole", "cut", "union", "union", "faces", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(13.6, 20.6)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(66.0, 0, 0), rotate=cq.Vector(0, 0, 0))
.box(91.8, 9.0, 13.6)
)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Ve... | |
synth_connecting_rod_001906_s1234 | connecting_rod | medium | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false} | 1 | ["cylinder", "union", "union", "workplane", "hole", "cut", "union", "union"] | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(12.5, 13.8)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(43.65, 0, 0), rotate=cq.Vector(0, 0, 0))
.box(60.7, 7.8, 12.5)
)
.union(
cq.Workplane("XY")
.transformed(offset=cq.V... | |
synth_connecting_rod_001909_s1234 | connecting_rod | hard | XY | test-iid | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false} | 1 | ["cylinder", "union", "union", "workplane", "hole", "cut", "union", "union", "faces", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(11.1, 18.5)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(44.2, 0, 0), rotate=cq.Vector(0, 0, 0))
.box(52.4, 10.3, 11.1)
)
.union(
cq.Workplane("XY")
.transformed(offset=cq.V... | |
synth_connector_faceplate_000108_s1234 | connector_faceplate | hard | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": true} | 3 | ["box", "edges", "chamfer", "workplane", "center", "rect", "cutThruAll", "workplane", "center", "rect", "cutThruAll", "workplane", "center", "rarray", "rect", "cutThruAll", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(276.4, 81.4, 5.2)
.edges(">Z")
.chamfer(0.3)
.faces(">Z").workplane()
.center(49.9, 0.0)
.rect(83.8, 49.5)
.cutThruAll()
.faces(">Z").workplane()
.center(-57.4, 0.0)
.rect(100.8, 23.9)
.cutThruAll()
.faces(">Z"... | |
synth_connector_faceplate_000252_s1234 | connector_faceplate | medium | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": true} | 3 | ["box", "edges", "chamfer", "workplane", "center", "rect", "cutThruAll", "workplane", "center", "rect", "cutThruAll", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(279.3, 64.9, 4.3)
.edges(">Z")
.chamfer(0.9)
.faces(">Z").workplane()
.center(-40.2, 0.0)
.rect(86.7, 30.6)
.cutThruAll()
.faces(">Z").workplane()
.center(38.7, 0.0)
.rect(52.9, 25.9)
.cutThruAll()
.faces(">Z")... | |
synth_connector_faceplate_000279_s1234 | connector_faceplate | medium | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": true} | 3 | ["box", "edges", "chamfer", "workplane", "center", "rect", "cutThruAll", "workplane", "center", "rect", "cutThruAll", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(138.8, 114.9, 3.1)
.edges(">Z")
.chamfer(0.6)
.faces(">Z").workplane()
.center(26.5, 0.0)
.rect(38.5, 34.9)
.cutThruAll()
.faces(">Z").workplane()
.center(-20.9, 0.0)
.rect(30.8, 50.4)
.cutThruAll()
.faces(">Z"... | |
synth_connector_faceplate_001024_s1234 | connector_faceplate | easy | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false} | 2 | ["box", "workplane", "center", "rect", "cutThruAll", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(177.3, 71.4, 3.5)
.faces(">Z").workplane()
.center(6.7, 0.0)
.rect(87.2, 31.2)
.cutThruAll()
.faces(">Z").workplane()
.pushPoints([(80.75, 27.8), (80.75, -27.8), (-80.75, 27.8), (-80.75, -27.8)])
.hole(3.9)
)
# Export
show_ob... | |
synth_connector_faceplate_001133_s1234 | connector_faceplate | hard | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": true} | 3 | ["box", "edges", "chamfer", "workplane", "center", "rect", "cutThruAll", "workplane", "center", "rect", "cutThruAll", "workplane", "center", "rarray", "rect", "cutThruAll", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(82.6, 53.8, 5.8)
.edges(">Z")
.chamfer(0.8)
.faces(">Z").workplane()
.center(-11.5, 0.0)
.rect(23.9, 22.3)
.cutThruAll()
.faces(">Z").workplane()
.center(18.1, 0.0)
.rect(29.7, 28.9)
.cutThruAll()
.faces(">Z").... | |
synth_connector_faceplate_001410_s1234 | connector_faceplate | easy | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false} | 2 | ["box", "workplane", "center", "rect", "cutThruAll", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(267.5, 95.4, 5.1)
.faces(">Z").workplane()
.center(-52.9, 0.0)
.rect(117.5, 63.3)
.cutThruAll()
.faces(">Z").workplane()
.pushPoints([(122.75, 36.7), (122.75, -36.7), (-122.75, 36.7), (-122.75, -36.7)])
.hole(3.6)
)
# Export
... | |
synth_connector_faceplate_001895_s1234 | connector_faceplate | hard | XY | test-iid | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": true} | 3 | ["box", "edges", "chamfer", "workplane", "center", "rect", "cutThruAll", "workplane", "center", "rect", "cutThruAll", "workplane", "center", "rarray", "rect", "cutThruAll", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.box(220.0, 95.5, 4.1)
.edges(">Z")
.chamfer(1.1)
.faces(">Z").workplane()
.center(-34.7, 0.0)
.rect(55.6, 57.6)
.cutThruAll()
.faces(">Z").workplane()
.center(31.2, 0.0)
.rect(60.4, 50.0)
.cutThruAll()
.faces(">Z")... | |
synth_cruciform_000069_s1234 | cruciform | 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([[16.76, 16.76], [41.9, 16.76], [41.9, -16.76], [16.76, -16.76], [16.76, -41.9], [-16.76, -41.9], [-16.76, -16.76], [-41.9, -16.76], [-41.9, 16.76], [-16.76, 16.76], [-16.76, 41.9], [16.76, 41.9]])
.close()
.extrude(4.4)
)
# Export
show_obj... | |
synth_cruciform_000189_s1234 | cruciform | 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([[11.28, 11.28], [28.2, 11.28], [28.2, -11.28], [11.28, -11.28], [11.28, -28.2], [-11.28, -28.2], [-11.28, -11.28], [-28.2, -11.28], [-28.2, 11.28], [-11.28, 11.28], [-11.28, 28.2], [11.28, 28.2]])
.close()
.extrude(13.5)
)
# Export
show_ob... | |
synth_cruciform_000588_s1234 | cruciform | 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([[6.5, 6.5], [41.8, 6.5], [41.8, -6.5], [6.5, -6.5], [6.5, -41.8], [-6.5, -41.8], [-6.5, -6.5], [-41.8, -6.5], [-41.8, 6.5], [-6.5, 6.5], [-6.5, 41.8], [6.5, 41.8]])
.close()
.extrude(13.9)
.faces(">Z").workplane()
.pushPoints([(0.0,... | |
synth_cruciform_000729_s1234 | cruciform | 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([[5.1, 5.1], [77.0, 5.1], [77.0, -5.1], [5.1, -5.1], [5.1, -77.0], [-5.1, -77.0], [-5.1, -5.1], [-77.0, -5.1], [-77.0, 5.1], [-5.1, 5.1], [-5.1, 77.0], [5.1, 77.0]])
.close()
.extrude(3.5)
.faces(">Z").workplane()
.pushPoints([(0.0, ... | |
synth_cruciform_000745_s1234 | cruciform | 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([[13.85, 13.85], [73.6, 13.85], [73.6, -13.85], [13.85, -13.85], [13.85, -73.6], [-13.85, -73.6], [-13.85, -13.85], [-73.6, -13.85], [-73.6, 13.85], [-13.85, 13.85], [-13.85, 73.6], [13.85, 73.6]])
.close()
.extrude(7.7)
)
# Export
show_obj... | |
synth_cruciform_000883_s1234 | cruciform | 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([[13.2, 13.2], [53.5, 13.2], [53.5, -13.2], [13.2, -13.2], [13.2, -53.5], [-13.2, -53.5], [-13.2, -13.2], [-53.5, -13.2], [-53.5, 13.2], [-13.2, 13.2], [-13.2, 53.5], [13.2, 53.5]])
.close()
.extrude(8.3)
.faces(">Z").workplane()
.pu... | |
synth_cruciform_001054_s1234 | cruciform | 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([[11.9, 11.9], [35.6, 11.9], [35.6, -11.9], [11.9, -11.9], [11.9, -35.6], [-11.9, -35.6], [-11.9, -11.9], [-35.6, -11.9], [-35.6, 11.9], [-11.9, 11.9], [-11.9, 35.6], [11.9, 35.6]])
.close()
.extrude(5.5)
.faces(">Z").workplane()
.pu... | |
synth_cruciform_001136_s1234 | cruciform | 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([[8.3, 8.3], [30.3, 8.3], [30.3, -8.3], [8.3, -8.3], [8.3, -30.3], [-8.3, -30.3], [-8.3, -8.3], [-30.3, -8.3], [-30.3, 8.3], [-8.3, 8.3], [-8.3, 30.3], [8.3, 30.3]])
.close()
.extrude(13.6)
.faces(">Z").workplane()
.pushPoints([(0.0,... | |
synth_cruciform_001174_s1234 | cruciform | 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([[13.65, 13.65], [58.4, 13.65], [58.4, -13.65], [13.65, -13.65], [13.65, -58.4], [-13.65, -58.4], [-13.65, -13.65], [-58.4, -13.65], [-58.4, 13.65], [-13.65, 13.65], [-13.65, 58.4], [13.65, 58.4]])
.close()
.extrude(11.6)
)
# Export
show_ob... | |
synth_cruciform_001397_s1234 | cruciform | 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([[15.3, 15.3], [54.7, 15.3], [54.7, -15.3], [15.3, -15.3], [15.3, -54.7], [-15.3, -54.7], [-15.3, -15.3], [-54.7, -15.3], [-54.7, 15.3], [-15.3, 15.3], [-15.3, 54.7], [15.3, 54.7]])
.close()
.extrude(5.5)
.faces(">Z").workplane()
.pu... | |
synth_cruciform_001566_s1234 | cruciform | 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([[7.35, 7.35], [51.1, 7.35], [51.1, -7.35], [7.35, -7.35], [7.35, -51.1], [-7.35, -51.1], [-7.35, -7.35], [-51.1, -7.35], [-51.1, 7.35], [-7.35, 7.35], [-7.35, 51.1], [7.35, 51.1]])
.close()
.extrude(8.2)
)
# Export
show_object(result) | |
synth_cruciform_001665_s1234 | cruciform | 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([[14.9, 14.9], [57.8, 14.9], [57.8, -14.9], [14.9, -14.9], [14.9, -57.8], [-14.9, -57.8], [-14.9, -14.9], [-57.8, -14.9], [-57.8, 14.9], [-14.9, 14.9], [-14.9, 57.8], [14.9, 57.8]])
.close()
.extrude(9.0)
.faces(">Z").workplane()
.pu... | |
synth_cruciform_001766_s1234 | cruciform | 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([[8.55, 8.55], [39.3, 8.55], [39.3, -8.55], [8.55, -8.55], [8.55, -39.3], [-8.55, -39.3], [-8.55, -8.55], [-39.3, -8.55], [-39.3, 8.55], [-8.55, 8.55], [-8.55, 39.3], [8.55, 39.3]])
.close()
.extrude(12.5)
)
# Export
show_object(result) | |
synth_cruciform_001775_s1234 | cruciform | 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([[9.6, 9.6], [69.4, 9.6], [69.4, -9.6], [9.6, -9.6], [9.6, -69.4], [-9.6, -69.4], [-9.6, -9.6], [-69.4, -9.6], [-69.4, 9.6], [-9.6, 9.6], [-9.6, 69.4], [9.6, 69.4]])
.close()
.extrude(14.0)
)
# Export
show_object(result) | |
synth_dog_bone_000244_s1234 | dog_bone | medium | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": false} | 1 | ["moveTo", "lineTo", "threePointArc", "lineTo", "threePointArc", "close", "extrude", "workplane", "pushPoints", "hole"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(-58.75, 11.7)
.lineTo(58.75, 11.7)
.threePointArc((82.75, 0.0), (58.75, -11.7))
.lineTo(-58.75, -11.7)
.threePointArc((-82.75, 0.0), (-58.75, 11.7))
.close()
.extrude(10.5)
.faces(">Z").workplane()
.pushPoints([(-58.75,... | |
synth_dog_bone_000448_s1234 | dog_bone | easy | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | 0 | ["moveTo", "lineTo", "threePointArc", "lineTo", "threePointArc", "close", "extrude"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(-72.8, 14.6)
.lineTo(72.8, 14.6)
.threePointArc((111.3, 0.0), (72.8, -14.6))
.lineTo(-72.8, -14.6)
.threePointArc((-111.3, 0.0), (-72.8, 14.6))
.close()
.extrude(17.2)
)
# Export
show_object(result) | |
synth_dog_bone_000600_s1234 | dog_bone | hard | XY | test-iid | {"has_hole": true, "has_fillet": false, "has_chamfer": false} | 1 | ["moveTo", "lineTo", "threePointArc", "lineTo", "threePointArc", "close", "extrude", "workplane", "pushPoints", "hole", "workplane", "slot2D", "cutThruAll"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(-46.4, 9.5)
.lineTo(46.4, 9.5)
.threePointArc((69.6, 0.0), (46.4, -9.5))
.lineTo(-46.4, -9.5)
.threePointArc((-69.6, 0.0), (-46.4, 9.5))
.close()
.extrude(17.8)
.faces(">Z").workplane()
.pushPoints([(-46.4, 0.0), (46.4,... | |
synth_dog_bone_000773_s1234 | dog_bone | easy | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | 0 | ["moveTo", "lineTo", "threePointArc", "lineTo", "threePointArc", "close", "extrude"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(-26.5, 9.8)
.lineTo(26.5, 9.8)
.threePointArc((44.8, 0.0), (26.5, -9.8))
.lineTo(-26.5, -9.8)
.threePointArc((-44.8, 0.0), (-26.5, 9.8))
.close()
.extrude(10.0)
)
# Export
show_object(result) | |
synth_dog_bone_001886_s1234 | dog_bone | easy | XY | test-iid | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | 0 | ["moveTo", "lineTo", "threePointArc", "lineTo", "threePointArc", "close", "extrude"] | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(-78.25, 17.1)
.lineTo(78.25, 17.1)
.threePointArc((114.55, 0.0), (78.25, -17.1))
.lineTo(-78.25, -17.1)
.threePointArc((-114.55, 0.0), (-78.25, 17.1))
.close()
.extrude(14.4)
)
# Export
show_object(result) |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 55