stem stringlengths 23 42 | original_diverse_stem stringlengths 3 42 | substitute_bench_stem stringlengths 0 34 | is_substituted bool 2
classes | family stringclasses 106
values | difficulty stringclasses 3
values | base_plane stringclasses 3
values | feature_count int64 0 6 | feature_tags stringclasses 102
values | ops_used stringlengths 7 452 | iso_tags stringlengths 2 167 | gt_code stringlengths 113 42.2k | composite_png imagewidth (px) 268 268 | standard stringclasses 49
values | diverse_family stringclasses 107
values | diverse_difficulty stringclasses 4
values | diverse_base_plane stringclasses 4
values | exec_ok bool 2
classes | exec_reason stringclasses 2
values | exec_dt_s float32 0 20.8 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dvsub_synth_ball_knob_000285_s4420 | synth_ball_knob_000285_s4420 | synth_ball_knob_000726_s4252 | true | ball_knob | hard | YZ | 2 | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true} | ["sphere", "union", "cut"] | {} | import cadquery as cq
result = (
cq.Workplane("YZ")
.sphere(20.0)
.union(
cq.Workplane("YZ")
.transformed(offset=cq.Vector(0.0, 0.0, -95.0), rotate=cq.Vector(0, 0, 0))
.circle(7.5)
.extrude(75.0)
)
.cut(
cq.Workplane("YZ")
.transformed... | DIN 319 | ball_knob | hard | YZ | true | ok | 0.034 | |
dvsub_synth_ball_knob_000363_s4420 | synth_ball_knob_000363_s4420 | synth_ball_knob_000281_s4252 | true | ball_knob | medium | XY | 2 | {"has_hole": false, "has_slot": false, "has_fillet": false, "has_chamfer": true, "rotational": true} | ["sphere", "union", "faces", "edges", "chamfer"] | {} | import cadquery as cq
result = (
cq.Workplane("XY")
.sphere(12.5)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, -37.5), rotate=cq.Vector(0, 0, 0))
.cylinder(50.0, 4.5)
)
.faces("<Z")
.edges()
.chamfer(0.67)
)
# Export
show_object(result) | DIN 319 | ball_knob | medium | XY | true | ok | 0.038 | |
dvsub_synth_ball_knob_000596_s4420 | synth_ball_knob_000596_s4420 | synth_ball_knob_000190_s4252 | true | ball_knob | easy | YZ | 1 | {"has_hole": false, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true} | ["sphere", "union"] | {} | import cadquery as cq
result = (
cq.Workplane("YZ")
.sphere(12.5)
.union(
cq.Workplane("YZ")
.transformed(offset=cq.Vector(0.0, 0.0, -62.5), rotate=cq.Vector(0, 0, 0))
.circle(4.5)
.extrude(50.0)
)
)
# Export
show_object(result) | DIN 319 | ball_knob | easy | YZ | true | ok | 0.016 | |
dvsub_synth_ball_knob_000825_s4420 | synth_ball_knob_000825_s4420 | synth_ball_knob_000250_s4252 | true | ball_knob | easy | XZ | 1 | {"has_hole": false, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true} | ["transformed", "circle", "extrude", "union"] | {} | import cadquery as cq
result = (
cq.Workplane("XZ")
.transformed(offset=cq.Vector(0.0, 0.0, -62.5), rotate=cq.Vector(0, 0, 0))
.circle(4.5)
.extrude(50.0)
.union(
cq.Workplane("XZ")
.sphere(12.5)
)
)
# Export
show_object(result) | DIN 319 | ball_knob | easy | XZ | true | ok | 0.016 | |
dvsub_synth_ball_knob_001084_s4420 | synth_ball_knob_001084_s4420 | synth_ball_knob_000352_s4252 | true | ball_knob | medium | XZ | 1 | {"has_hole": false, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true} | ["sphere", "union"] | {} | import cadquery as cq
result = (
cq.Workplane("XZ")
.sphere(12.5)
.union(
cq.Workplane("XZ")
.transformed(offset=cq.Vector(0.0, 0.0, -37.5), rotate=cq.Vector(0, 0, 0))
.cylinder(50.0, 4.5)
)
)
# Export
show_object(result) | DIN 319 | ball_knob | medium | XZ | true | ok | 0.009 | |
dvsub_synth_ball_knob_001524_s4420 | synth_ball_knob_001524_s4420 | synth_ball_knob_000029_s4252 | true | ball_knob | hard | XZ | 2 | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true} | ["sphere", "union", "cut"] | {} | import cadquery as cq
result = (
cq.Workplane("XZ")
.sphere(20.0)
.union(
cq.Workplane("XZ")
.transformed(offset=cq.Vector(0.0, 0.0, -57.5), rotate=cq.Vector(0, 0, 0))
.cylinder(75.0, 7.5)
)
.cut(
cq.Workplane("XZ")
.transformed(offset=cq.Vector(0... | DIN 319 | ball_knob | hard | XZ | true | ok | 0.018 | |
dvsub_synth_ball_knob_002418_s4420 | synth_ball_knob_002418_s4420 | synth_ball_knob_000597_s4252 | true | ball_knob | hard | XY | 3 | {"has_hole": true, "has_slot": false, "has_fillet": true, "has_chamfer": false, "rotational": true} | ["transformed", "cylinder", "union", "faces", "edges", "fillet", "cut"] | {} | import cadquery as cq
result = (
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, -46.0), rotate=cq.Vector(0, 0, 0))
.cylinder(60.0, 6.0)
.union(
cq.Workplane("XY")
.sphere(16.0)
)
.faces("<Z")
.edges()
.fillet(0.9)
.cut(
cq.Workplane("XY")
... | DIN 319 | ball_knob | hard | XY | true | ok | 0.052 | |
dvsub_synth_ball_knob_002666_s4420 | synth_ball_knob_002666_s4420 | synth_ball_knob_000158_s4252 | true | ball_knob | easy | XY | 1 | {"has_hole": false, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true} | ["sphere", "union"] | {} | import cadquery as cq
result = (
cq.Workplane("XY")
.sphere(12.5)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, -37.5), rotate=cq.Vector(0, 0, 0))
.cylinder(50.0, 4.5)
)
)
# Export
show_object(result) | DIN 319 | ball_knob | easy | XY | true | ok | 0.009 | |
synth_battery_holder_000073_s4420 | synth_battery_holder_000073_s4420 | false | battery_holder | medium | XY | 1 | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": false} | ["box", "cut", "cut", "cut", "cut", "cut", "cut", "cut", "cut"] | {} | import cadquery as cq
result = (
cq.Workplane("XY")
.box(54.5, 74.0, 11.4)
.cut(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0, -27.0, 1.45), rotate=cq.Vector(0, 90, 0))
.cylinder(52.5, 7.25)
)
.cut(
cq.Workplane("XY")
.transformed(offset=cq.... | IEC 60086 | battery_holder | medium | XY | true | ok | 0.118 | ||
synth_battery_holder_000123_s4420 | synth_battery_holder_000123_s4420 | false | battery_holder | hard | XZ | 2 | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": true, "rotational": false} | ["box", "edges", "chamfer", "cut", "cut", "cut", "cut", "cut", "cut", "cut", "cut"] | {} | import cadquery as cq
result = (
cq.Workplane("XZ")
.box(74.0, 51.0, 15.7)
.edges(">Z")
.chamfer(0.8)
.cut(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0, -12.25, 1.65), rotate=cq.Vector(0, 90, 0))
.cylinder(72.0, 10.5)
)
.cut(
cq.Workplane("XY")... | IEC 60086 | battery_holder | hard | XZ | true | ok | 0.132 | ||
synth_battery_holder_000127_s4420 | synth_battery_holder_000127_s4420 | false | battery_holder | hard | XY | 2 | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": true, "rotational": false} | ["box", "edges", "chamfer", "cut", "cut", "cut", "cut", "cut", "cut", "cut", "cut"] | {} | import cadquery as cq
result = (
cq.Workplane("XY")
.box(74.0, 51.0, 15.7)
.edges(">Z")
.chamfer(0.8)
.cut(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0, -12.25, 1.65), rotate=cq.Vector(0, 90, 0))
.cylinder(72.0, 10.5)
)
.cut(
cq.Workplane("XY")... | IEC 60086 | battery_holder | hard | XY | true | ok | 0.138 | ||
synth_battery_holder_000587_s4420 | synth_battery_holder_000587_s4420 | false | battery_holder | medium | XZ | 1 | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": false} | ["box", "cut", "cut", "cut", "cut", "cut", "cut"] | {} | import cadquery as cq
result = (
cq.Workplane("XZ")
.box(48.5, 44.0, 8.8)
.cut(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0, -14.0, 1.35), rotate=cq.Vector(0, 90, 0))
.cylinder(46.5, 5.25)
)
.cut(
cq.Workplane("XY")
.transformed(offset=cq.V... | IEC 60086 | battery_holder | medium | XZ | true | ok | 0.068 | ||
synth_battery_holder_001211_s4420 | synth_battery_holder_001211_s4420 | false | battery_holder | hard | YZ | 2 | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": true, "rotational": false} | ["box", "edges", "chamfer", "cut", "cut", "cut", "cut", "cut", "cut", "cut", "cut"] | {} | import cadquery as cq
result = (
cq.Workplane("YZ")
.box(74.0, 51.0, 15.7)
.edges(">Z")
.chamfer(0.8)
.cut(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0, -12.25, 1.65), rotate=cq.Vector(0, 90, 0))
.cylinder(72.0, 10.5)
)
.cut(
cq.Workplane("XY")... | IEC 60086 | battery_holder | hard | YZ | true | ok | 0.15 | ||
synth_battery_holder_002265_s4420 | synth_battery_holder_002265_s4420 | false | battery_holder | medium | YZ | 1 | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": false} | ["box", "cut", "cut", "cut", "cut"] | {} | import cadquery as cq
result = (
cq.Workplane("YZ")
.box(48.5, 30.0, 8.8)
.cut(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0, -7.0, 1.35), rotate=cq.Vector(0, 90, 0))
.cylinder(46.5, 5.25)
)
.cut(
cq.Workplane("XY")
.transformed(offset=cq.Ve... | IEC 60086 | battery_holder | medium | YZ | true | ok | 0.075 | ||
synth_battery_holder_004505_s4420 | synth_battery_holder_004505_s4420 | false | battery_holder | easy | YZ | 1 | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": false} | ["box", "cut", "cut"] | {} | import cadquery as cq
result = (
cq.Workplane("YZ")
.box(48.5, 30.0, 8.8)
.cut(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0, -7.0, 1.35), rotate=cq.Vector(0, 90, 0))
.cylinder(46.5, 5.25)
)
.cut(
cq.Workplane("XY")
.transformed(offset=cq.Ve... | IEC 60086 | battery_holder | easy | YZ | true | ok | 0.012 | ||
synth_battery_holder_009510_s4420 | synth_battery_holder_009510_s4420 | false | battery_holder | easy | XZ | 1 | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": false} | ["box", "cut", "cut", "cut"] | {} | import cadquery as cq
result = (
cq.Workplane("XZ")
.box(54.5, 56.0, 11.4)
.cut(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0, -18.0, 1.45), rotate=cq.Vector(0, 90, 0))
.cylinder(52.5, 7.25)
)
.cut(
cq.Workplane("XY")
.transformed(offset=cq.... | IEC 60086 | battery_holder | easy | XZ | true | ok | 0.021 | ||
synth_bearing_retainer_cap_000082_s4420 | synth_bearing_retainer_cap_000082_s4420 | false | bearing_retainer_cap | medium | XY | 3 | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true, "pattern_like": true} | ["cylinder", "union", "cut", "cut", "cut", "cut", "workplane", "hole", "cut"] | {"iso_281": true, "bore_diameter_mm": 25.0, "boss_diameter_mm": 60.3} | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(4.6, 71.1)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, 14.3), rotate=cq.Vector(0, 0, 0))
.cylinder(25.0, 30.15)
)
.cut(
cq.Workplane("XY")
.transformed(offset=cq.... | N/A | bearing_retainer_cap | medium | XY | true | ok | 0.082 | ||
synth_bearing_retainer_cap_000208_s4420 | synth_bearing_retainer_cap_000208_s4420 | false | bearing_retainer_cap | hard | YZ | 5 | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": true, "rotational": true, "pattern_like": true} | ["cylinder", "union", "cut", "cut", "cut", "cut", "faces", "chamfer", "workplane", "hole", "cut", "cut"] | {"iso_281": true, "bore_diameter_mm": 25.0, "boss_diameter_mm": 61.9} | import cadquery as cq
result = (
cq.Workplane("YZ")
.cylinder(4.4, 72.45)
.union(
cq.Workplane("YZ")
.transformed(offset=cq.Vector(0.0, 0.0, 15.5), rotate=cq.Vector(0, 0, 0))
.cylinder(27.6, 30.95)
)
.cut(
cq.Workplane("YZ")
.transformed(offset=cq... | N/A | bearing_retainer_cap | hard | YZ | true | ok | 0.112 | ||
synth_bearing_retainer_cap_000547_s4420 | synth_bearing_retainer_cap_000547_s4420 | false | bearing_retainer_cap | hard | YZ | 3 | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "rotational": false, "pattern_like": true} | ["cylinder", "union", "union", "union", "cut", "cut", "workplane", "hole", "cut", "cut"] | {"iso_281": true, "bore_diameter_mm": 25.0, "boss_diameter_mm": 54.0} | import cadquery as cq
result = (
cq.Workplane("YZ")
.cylinder(25.4, 27.0)
.union(
cq.Workplane("YZ")
.transformed(offset=cq.Vector(0.0, 0.0, -8.7), rotate=cq.Vector(0, 0, 0))
.box(150.0, 18.4, 9.0)
)
.union(
cq.Workplane("YZ")
.transformed(offset=... | N/A | bearing_retainer_cap | hard | YZ | true | ok | 0.133 | ||
synth_bearing_retainer_cap_000569_s4420 | synth_bearing_retainer_cap_000569_s4420 | false | bearing_retainer_cap | easy | XZ | 3 | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true, "pattern_like": true} | ["cylinder", "union", "cut", "cut", "cut", "cut", "workplane", "hole"] | {"iso_281": true, "bore_diameter_mm": 20.0, "boss_diameter_mm": 51.4} | import cadquery as cq
result = (
cq.Workplane("XZ")
.cylinder(4.8, 54.6)
.union(
cq.Workplane("XZ")
.transformed(offset=cq.Vector(0.0, 0.0, 12.75), rotate=cq.Vector(0, 0, 0))
.cylinder(21.7, 25.7)
)
.cut(
cq.Workplane("XZ")
.transformed(offset=cq.... | N/A | bearing_retainer_cap | easy | XZ | true | ok | 0.072 | ||
synth_bearing_retainer_cap_001082_s4420 | synth_bearing_retainer_cap_001082_s4420 | false | bearing_retainer_cap | hard | XZ | 4 | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "rotational": true, "pattern_like": true} | ["cylinder", "union", "cut", "cut", "cut", "cut", "workplane", "hole", "cut", "cut"] | {"iso_281": true, "bore_diameter_mm": 40.0, "boss_diameter_mm": 81.9} | import cadquery as cq
result = (
cq.Workplane("XZ")
.cylinder(4.9, 85.3)
.union(
cq.Workplane("XZ")
.transformed(offset=cq.Vector(0.0, 0.0, 24.1), rotate=cq.Vector(0, 0, 0))
.cylinder(44.3, 40.95)
)
.cut(
cq.Workplane("XZ")
.transformed(offset=cq.... | N/A | bearing_retainer_cap | hard | XZ | true | ok | 0.09 | ||
synth_bearing_retainer_cap_002087_s4420 | synth_bearing_retainer_cap_002087_s4420 | false | bearing_retainer_cap | medium | YZ | 4 | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": true, "rotational": true, "pattern_like": true} | ["cylinder", "union", "cut", "cut", "cut", "cut", "cut", "cut", "faces", "chamfer", "workplane", "hole", "cut"] | {"iso_281": true, "bore_diameter_mm": 15.0, "boss_diameter_mm": 44.7} | import cadquery as cq
result = (
cq.Workplane("YZ")
.cylinder(4.1, 59.2)
.union(
cq.Workplane("YZ")
.transformed(offset=cq.Vector(0.0, 0.0, 11.2), rotate=cq.Vector(0, 0, 0))
.cylinder(19.3, 22.35)
)
.cut(
cq.Workplane("YZ")
.transformed(offset=cq.... | N/A | bearing_retainer_cap | medium | YZ | true | ok | 0.13 | ||
synth_bellows_000022_s4420 | synth_bellows_000022_s4420 | false | bellows | hard | XY | 2 | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true} | ["polyline", "close", "revolve", "workplane", "polarArray", "circle", "cutBlind", "workplane", "polarArray", "circle", "cutBlind"] | {"iso_10380": true} | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([(9.67, 0.0), (28.3, 0.0), (32.2, 0.0), (32.2, 3.5), (28.3, 3.5), (14.5, 11.7), (28.3, 19.9), (14.5, 28.1), (28.3, 36.3), (14.5, 44.5), (28.3, 52.7), (14.5, 60.9), (28.3, 69.1), (14.5, 77.3), (28.3, 85.5), (32.2, 89.0), (28.3, 89.0), (9.67, 89.0), (... | N/A | bellows | hard | XY | true | ok | 0.23 | ||
synth_bellows_000114_s4420 | synth_bellows_000114_s4420 | false | bellows | easy | XY | 2 | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true} | ["polyline", "close", "revolve"] | {"iso_10380": true} | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([(18.44, 0.0), (36.8, 0.0), (23.138, 11.4), (36.701, 22.8), (23.014, 34.2), (36.307, 45.6), (22.889, 57.0), (35.913, 68.4), (22.765, 79.8), (35.519, 91.2), (22.641, 102.6), (35.124, 114.0), (22.516, 125.4), (34.73, 136.8), (22.392, 148.2), (34.336, ... | N/A | bellows | easy | XY | true | ok | 0.009 | ||
synth_bellows_000382_s4420 | synth_bellows_000382_s4420 | false | bellows | hard | XY | 2 | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true} | ["polyline", "close", "revolve", "workplane", "hole", "workplane", "polarArray", "circle", "cutBlind", "workplane", "polarArray", "circle", "cutBlind"] | {"iso_10380": true} | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([(9.605, 0.0), (36.2, 0.0), (39.2, 0.0), (39.2, 3.8), (36.2, 3.8), (16.5, 22.5), (36.2, 41.2), (16.5, 59.9), (36.2, 78.6), (16.5, 97.3), (36.2, 116.0), (16.5, 134.7), (36.2, 153.4), (16.5, 172.1), (36.2, 190.8), (16.5, 209.5), (36.2, 228.2), (16.5, ... | N/A | bellows | hard | XY | true | ok | 0.158 | ||
synth_bellows_006846_s4420 | synth_bellows_006846_s4420 | false | bellows | medium | XY | 2 | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true} | ["polyline", "close", "revolve"] | {"iso_10380": true} | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([(11.405, 0.0), (27.2, 0.0), (29.7, 0.0), (29.7, 5.9), (27.2, 5.9), (15.368, 17.1), (26.969, 28.3), (15.105, 39.5), (26.044, 50.7), (14.841, 61.9), (25.119, 73.1), (14.578, 84.3), (24.194, 95.5), (14.314, 106.7), (23.27, 117.9), (14.051, 129.1), (22... | N/A | bellows | medium | XY | true | ok | 0.009 | ||
synth_bevel_gear_000267_s4420 | synth_bevel_gear_000267_s4420 | false | bevel_gear | hard | YZ | 3 | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "rotational": true} | ["polyline", "close", "workplane_offset", "polyline", "close", "loft", "workplane", "hole", "workplane", "center", "rect", "cutThruAll"] | {"iso_23509": true, "iso_54": true, "module": 1.25, "n_teeth": 21, "pitch_cone_angle_deg": 45.0} | import cadquery as cq
result = (
cq.Workplane("YZ")
.polyline([(11.947, -1.801), (12.279, -1.104), (12.417, -1.103), (12.827, -1.044), (13.488, -0.847), (14.363, -0.437), (14.37, 0.0), (14.363, 0.437), (13.488, 0.847), (12.827, 1.044), (12.417, 1.103), (12.279, 1.104), (11.947, 1.801), (12.059, 2.564), (12.191... | ISO 23509 | bevel_gear | hard | YZ | true | ok | 0.218 | ||
synth_bevel_gear_000514_s4420 | synth_bevel_gear_000514_s4420 | false | bevel_gear | easy | XY | 2 | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true} | ["polyline", "close", "workplane_offset", "polyline", "close", "loft", "workplane", "hole"] | {"iso_23509": true, "iso_54": true, "module": 2.0, "n_teeth": 22, "pitch_cone_angle_deg": 45.0} | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([(20.054, -2.883), (20.596, -1.782), (20.821, -1.779), (21.487, -1.683), (22.564, -1.365), (23.99, -0.706), (24.0, 0.0), (23.99, 0.706), (22.564, 1.365), (21.487, 1.683), (20.821, 1.779), (20.596, 1.782), (20.054, 2.883), (20.264, 4.093), (20.479, 4... | ISO 23509 | bevel_gear | easy | XY | true | ok | 0.152 | ||
synth_bevel_gear_000771_s4420 | synth_bevel_gear_000771_s4420 | false | bevel_gear | easy | YZ | 2 | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true} | ["polyline", "close", "workplane_offset", "polyline", "close", "loft", "workplane", "hole"] | {"iso_23509": true, "iso_54": true, "module": 3.0, "n_teeth": 20, "pitch_cone_angle_deg": 45.0} | import cadquery as cq
result = (
cq.Workplane("YZ")
.polyline([(27.287, -4.322), (28.068, -2.63), (28.394, -2.628), (29.362, -2.488), (30.922, -2.019), (32.984, -1.042), (33.0, 0.0), (32.984, 1.042), (30.922, 2.019), (29.362, 2.488), (28.394, 2.628), (28.068, 2.63), (27.287, 4.322), (27.507, 6.172), (27.816, 6... | ISO 23509 | bevel_gear | easy | YZ | true | ok | 0.137 | ||
synth_bevel_gear_000837_s4420 | synth_bevel_gear_000837_s4420 | false | bevel_gear | easy | XZ | 2 | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": true} | ["polyline", "close", "workplane_offset", "polyline", "close", "loft", "workplane", "hole"] | {"iso_23509": true, "iso_54": true, "module": 1.0, "n_teeth": 16, "pitch_cone_angle_deg": 45.0} | import cadquery as cq
result = (
cq.Workplane("XZ")
.polyline([(7.226, -1.437), (7.47, -0.848), (7.571, -0.849), (7.873, -0.805), (8.358, -0.653), (8.994, -0.333), (9.0, 0.0), (8.994, 0.333), (8.358, 0.653), (7.873, 0.805), (7.571, 0.849), (7.47, 0.848), (7.226, 1.437), (7.226, 2.075), (7.32, 2.113), (7.582, 2... | ISO 23509 | bevel_gear | easy | XZ | true | ok | 0.105 | ||
synth_bevel_gear_000975_s4420 | synth_bevel_gear_000975_s4420 | false | bevel_gear | medium | XY | 3 | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "rotational": true} | ["polyline", "close", "workplane_offset", "polyline", "close", "loft", "workplane", "hole", "workplane", "circle", "cutBlind", "workplane", "center", "rect", "cutThruAll"] | {"iso_23509": true, "iso_54": true, "module": 2.25, "n_teeth": 19, "pitch_cone_angle_deg": 45.0} | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([(19.42, -3.241), (19.995, -1.957), (20.236, -1.956), (20.95, -1.853), (22.1, -1.504), (23.617, -0.775), (23.63, 0.0), (23.617, 0.775), (22.1, 1.504), (20.95, 1.853), (20.236, 1.956), (19.995, 1.957), (19.42, 3.241), (19.547, 4.641), (19.774, 4.721)... | ISO 23509 | bevel_gear | medium | XY | true | ok | 0.262 | ||
synth_bevel_gear_002697_s4420 | synth_bevel_gear_002697_s4420 | false | bevel_gear | medium | YZ | 3 | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "rotational": true} | ["polyline", "close", "workplane_offset", "polyline", "close", "loft", "workplane", "hole", "workplane", "circle", "cutBlind", "workplane", "center", "rect", "cutThruAll"] | {"iso_23509": true, "iso_54": true, "module": 1.75, "n_teeth": 12, "pitch_cone_angle_deg": 45.0} | import cadquery as cq
result = (
cq.Workplane("YZ")
.polyline([(9.34, -2.503), (9.762, -1.434), (9.929, -1.437), (10.424, -1.367), (11.215, -1.105), (12.238, -0.543), (12.25, 0.0), (12.238, 0.543), (11.215, 1.105), (10.424, 1.367), (9.929, 1.437), (9.762, 1.434), (9.34, 2.503), (9.171, 3.64), (9.317, 3.72), (9... | ISO 23509 | bevel_gear | medium | YZ | true | ok | 0.183 | ||
synth_bevel_gear_002710_s4420 | synth_bevel_gear_002710_s4420 | false | bevel_gear | medium | XZ | 3 | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "rotational": true} | ["polyline", "close", "workplane_offset", "polyline", "close", "loft", "workplane", "hole", "workplane", "circle", "cutBlind", "workplane", "center", "rect", "cutThruAll"] | {"iso_23509": true, "iso_54": true, "module": 1.0, "n_teeth": 17, "pitch_cone_angle_deg": 45.0} | import cadquery as cq
result = (
cq.Workplane("XZ")
.polyline([(7.694, -1.438), (7.941, -0.855), (8.045, -0.855), (8.352, -0.811), (8.846, -0.658), (9.494, -0.337), (9.5, 0.0), (9.494, 0.337), (8.846, 0.658), (8.352, 0.811), (8.045, 0.855), (7.941, 0.855), (7.694, 1.438), (7.714, 2.071), (7.811, 2.108), (8.081... | ISO 23509 | bevel_gear | medium | XZ | true | ok | 0.255 | ||
synth_bevel_gear_003396_s4420 | synth_bevel_gear_003396_s4420 | false | bevel_gear | hard | XZ | 3 | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "rotational": true} | ["polyline", "close", "workplane_offset", "polyline", "close", "loft", "workplane", "hole", "workplane", "center", "rect", "cutThruAll"] | {"iso_23509": true, "iso_54": true, "module": 1.25, "n_teeth": 31, "pitch_cone_angle_deg": 45.0} | import cadquery as cq
result = (
cq.Workplane("XZ")
.polyline([(17.913, -1.822), (18.172, -1.193), (18.333, -1.19), (18.812, -1.122), (19.588, -0.905), (20.625, -0.463), (20.63, 0.0), (20.625, 0.463), (19.588, 0.905), (18.812, 1.122), (18.333, 1.19), (18.172, 1.193), (17.913, 1.822), (18.04, 2.489), (18.197, 2... | ISO 23509 | bevel_gear | hard | XZ | true | ok | 0.336 | ||
synth_bolt_000025_s4420 | synth_bolt_000025_s4420 | false | bolt | easy | YZ | 0 | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | ["circle", "extrude", "workplane", "polygon", "extrude"] | {"iso_261": true, "iso_4014": true, "nominal_diameter_mm": 12.0, "length_mm": 45.0} | import cadquery as cq
result = (
cq.Workplane("YZ")
.circle(6.0)
.extrude(45.0)
.faces(">X").workplane()
.polygon(6, 21.94)
.extrude(7.5)
)
# Export
show_object(result) | ISO 4014 | bolt | easy | YZ | true | ok | 0.025 | ||
synth_bolt_000237_s4420 | synth_bolt_000237_s4420 | false | bolt | hard | XY | 1 | {"has_hole": false, "has_fillet": false, "has_chamfer": true} | ["circle", "extrude", "workplane", "polygon", "extrude", "edges", "chamfer", "cut"] | {"iso_261": true, "iso_4014": true, "nominal_diameter_mm": 14.0, "length_mm": 70.0, "thread_pitch_mm": 2.0} | import cadquery as cq
result = (
cq.Workplane("XY")
.circle(7.0)
.extrude(70.0)
.faces(">Z").workplane()
.polygon(6, 25.4)
.extrude(8.8)
.edges(">Z")
.chamfer(1.3)
.cut(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, 0.0), rotate=cq.Vector(90.0, 0.0, ... | ISO 4014 | bolt | hard | XY | true | ok | 0.679 | ||
synth_bolt_000592_s4420 | synth_bolt_000592_s4420 | false | bolt | easy | XZ | 0 | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | ["circle", "extrude", "workplane", "polygon", "extrude"] | {"iso_261": true, "iso_4014": true, "nominal_diameter_mm": 12.0, "length_mm": 50.0} | import cadquery as cq
result = (
cq.Workplane("XZ")
.circle(6.0)
.extrude(50.0)
.faces(">Y").workplane()
.polygon(6, 21.94)
.extrude(7.5)
)
# Export
show_object(result) | ISO 4014 | bolt | easy | XZ | true | ok | 0.025 | ||
synth_bolt_000675_s4420 | synth_bolt_000675_s4420 | false | bolt | medium | YZ | 1 | {"has_hole": false, "has_fillet": false, "has_chamfer": true} | ["circle", "extrude", "workplane", "polygon", "extrude", "edges", "chamfer"] | {"iso_261": true, "iso_4014": true, "nominal_diameter_mm": 12.0, "length_mm": 80.0} | import cadquery as cq
result = (
cq.Workplane("YZ")
.circle(6.0)
.extrude(80.0)
.faces(">X").workplane()
.polygon(6, 21.94)
.extrude(7.5)
.edges(">Z")
.chamfer(1.1)
)
# Export
show_object(result) | ISO 4014 | bolt | medium | YZ | true | ok | 0.068 | ||
synth_bolt_001040_s4420 | synth_bolt_001040_s4420 | false | bolt | hard | XZ | 1 | {"has_hole": false, "has_fillet": false, "has_chamfer": true} | ["circle", "extrude", "workplane", "polygon", "extrude", "edges", "chamfer", "cut"] | {"iso_261": true, "iso_4014": true, "nominal_diameter_mm": 14.0, "length_mm": 50.0, "thread_pitch_mm": 2.0} | import cadquery as cq
result = (
cq.Workplane("XZ")
.circle(7.0)
.extrude(50.0)
.faces(">Y").workplane()
.polygon(6, 25.4)
.extrude(8.8)
.edges(">Z")
.chamfer(1.3)
.cut(
cq.Workplane("XZ")
.transformed(offset=cq.Vector(0.0, 0.0, 0.0), rotate=cq.Vector(90.0, 0.0, ... | ISO 4014 | bolt | hard | XZ | true | ok | 0.497 | ||
synth_bolt_002572_s4420 | synth_bolt_002572_s4420 | false | bolt | medium | XZ | 1 | {"has_hole": false, "has_fillet": false, "has_chamfer": true} | ["circle", "extrude", "workplane", "polygon", "extrude", "edges", "chamfer"] | {"iso_261": true, "iso_4014": true, "nominal_diameter_mm": 20.0, "length_mm": 50.0} | import cadquery as cq
result = (
cq.Workplane("XZ")
.circle(10.0)
.extrude(50.0)
.faces(">Y").workplane()
.polygon(6, 34.64)
.extrude(12.5)
.edges(">Z")
.chamfer(1.5)
)
# Export
show_object(result) | ISO 4014 | bolt | medium | XZ | true | ok | 0.07 | ||
synth_bolt_008186_s4420 | synth_bolt_008186_s4420 | false | bolt | easy | XY | 0 | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | ["circle", "extrude", "workplane", "polygon", "extrude"] | {"iso_261": true, "iso_4014": true, "nominal_diameter_mm": 5.0, "length_mm": 20.0} | import cadquery as cq
result = (
cq.Workplane("XY")
.circle(2.5)
.extrude(20.0)
.faces(">Z").workplane()
.polygon(6, 9.24)
.extrude(3.5)
)
# Export
show_object(result) | ISO 4014 | bolt | easy | XY | true | ok | 0.025 | ||
dvsub_synth_bucket_000169_s4420 | synth_bucket_000169_s4420 | synth_bucket_000223_s4252 | true | bucket | hard | XY | 1 | {"has_hole": false, "has_fillet": false, "has_chamfer": true} | ["moveTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "close", "revolve", "edges", "chamfer", "union", "union"] | {} | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 6.7)
.lineTo(57.1, 6.7)
.lineTo(74.2, 131.6)
.lineTo(78.7, 131.6)
.lineTo(61.6, 0.0)
.lineTo(0.0, 0.0)
.close()
.revolve(360, (0, 0, 0), (0, 1, 0))
.edges(">Y")
.chamfer(1.8)
.union(
cq.Workplane("X... | N/A | bucket | hard | XY | true | ok | 0.062 | |
dvsub_synth_bucket_000264_s4420 | synth_bucket_000264_s4420 | synth_bucket_000323_s4252 | true | bucket | medium | XY | 0 | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | ["moveTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "close", "revolve", "union", "union"] | {} | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 0.0)
.lineTo(48.6, 0.0)
.lineTo(65.5, 198.6)
.lineTo(61.0, 198.6)
.lineTo(44.1, 5.4)
.lineTo(0.0, 5.4)
.close()
.revolve(360, (0, 0, 0), (0, 1, 0))
.union(
cq.Workplane("XY")
.transformed(offset... | N/A | bucket | medium | XY | true | ok | 0.04 | |
dvsub_synth_bucket_000280_s4420 | synth_bucket_000280_s4420 | synth_bucket_000037_s4252 | true | bucket | easy | XY | 1 | {"has_hole": false, "has_fillet": false, "has_chamfer": true} | ["moveTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "close", "revolve", "edges", "chamfer"] | {} | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 4.7)
.lineTo(44.6, 4.7)
.lineTo(54.8, 133.5)
.lineTo(59.4, 133.5)
.lineTo(49.2, 0.0)
.lineTo(0.0, 0.0)
.close()
.revolve(360, (0, 0, 0), (0, 1, 0))
.edges(">Y")
.chamfer(1.8)
)
# Export
show_object(result) | N/A | bucket | easy | XY | true | ok | 0.031 | |
dvsub_synth_bucket_007414_s4420 | synth_bucket_007414_s4420 | synth_bucket_000269_s4252 | true | bucket | hard | XY | 1 | {"has_hole": false, "has_fillet": false, "has_chamfer": true} | ["moveTo", "lineTo", "lineTo", "lineTo", "lineTo", "lineTo", "close", "revolve", "edges", "chamfer"] | {} | import cadquery as cq
result = (
cq.Workplane("XY")
.moveTo(0.0, 7.0)
.lineTo(84.6, 7.0)
.lineTo(109.3, 192.0)
.lineTo(115.5, 192.0)
.lineTo(90.8, 0.0)
.lineTo(0.0, 0.0)
.close()
.revolve(360, (0, 0, 0), (0, 1, 0))
.edges(">Y")
.chamfer(2.5)
)
# Export
show_object(result) | N/A | bucket | hard | XY | true | ok | 0.031 | |
synth_cable_routing_panel_000152_s4420 | synth_cable_routing_panel_000152_s4420 | false | cable_routing_panel | easy | XZ | 3 | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "pattern_like": true} | ["box", "workplane", "center", "rarray", "rect", "cutThruAll", "workplane", "pushPoints", "hole"] | {} | import cadquery as cq
result = (
cq.Workplane("XZ")
.box(267.8, 116.8, 4.8)
.faces(">Y").workplane()
.center(0.0, 25.3)
.rarray(43.34, 1, 6, 1)
.rect(23.6, 11.7)
.cutThruAll()
.faces(">Y").workplane()
.pushPoints([(120.1, 44.6), (120.1, -44.6), (-120.1, 44.6), (-120.1, -44.6)])
... | N/A | cable_routing_panel | easy | XZ | true | ok | 0.061 | ||
synth_cable_routing_panel_000170_s4420 | synth_cable_routing_panel_000170_s4420 | false | cable_routing_panel | medium | YZ | 4 | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": true, "pattern_like": true} | ["box", "edges", "chamfer", "workplane", "center", "rarray", "rect", "cutThruAll", "workplane", "center", "rarray", "rect", "cutThruAll", "workplane", "pushPoints", "hole"] | {} | import cadquery as cq
result = (
cq.Workplane("YZ")
.box(141.5, 154.2, 4.8)
.edges(">Z")
.chamfer(2.1)
.edges("<Z")
.chamfer(2.1)
.edges(">Y")
.chamfer(2.1)
.edges("<Y")
.chamfer(2.1)
.faces(">X").workplane()
.center(0.0, 0)
.rarray(-25.93, 25.93, 1, 5)
.rect(41.... | N/A | cable_routing_panel | medium | YZ | true | ok | 0.424 | ||
synth_cable_routing_panel_000298_s4420 | synth_cable_routing_panel_000298_s4420 | false | cable_routing_panel | easy | YZ | 3 | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "pattern_like": true} | ["box", "workplane", "center", "rarray", "rect", "cutThruAll", "workplane", "pushPoints", "hole"] | {} | import cadquery as cq
result = (
cq.Workplane("YZ")
.box(107.4, 156.3, 2.3)
.faces(">X").workplane()
.center(0.0, 38.4)
.rarray(33.06, 1, 3, 1)
.rect(25.4, 13.3)
.cutThruAll()
.faces(">X").workplane()
.pushPoints([(45.8, 70.25), (45.8, -70.25), (-45.8, 70.25), (-45.8, -70.25)])
... | N/A | cable_routing_panel | easy | YZ | true | ok | 0.051 | ||
synth_cable_routing_panel_001316_s4420 | synth_cable_routing_panel_001316_s4420 | false | cable_routing_panel | easy | XY | 3 | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false, "pattern_like": true} | ["box", "workplane", "center", "rarray", "rect", "cutThruAll", "workplane", "pushPoints", "hole"] | {} | import cadquery as cq
result = (
cq.Workplane("XY")
.box(186.7, 89.2, 3.7)
.faces(">Z").workplane()
.center(0.0, 20.7)
.rarray(46.5, 1, 4, 1)
.rect(32.1, 9.7)
.cutThruAll()
.faces(">Z").workplane()
.pushPoints([(85.85, 37.1), (85.85, -37.1), (-85.85, 37.1), (-85.85, -37.1)])
.ho... | N/A | cable_routing_panel | easy | XY | true | ok | 0.055 | ||
synth_cable_routing_panel_001949_s4420 | synth_cable_routing_panel_001949_s4420 | false | cable_routing_panel | medium | XZ | 4 | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": true, "pattern_like": true} | ["box", "edges", "chamfer", "workplane", "center", "rarray", "rect", "cutThruAll", "workplane", "center", "rarray", "rect", "cutThruAll", "workplane", "pushPoints", "hole"] | {} | import cadquery as cq
result = (
cq.Workplane("XZ")
.box(281.0, 125.9, 4.1)
.edges(">Z")
.chamfer(0.7)
.faces(">Y").workplane()
.center(0.0, 19.7)
.rarray(58.13, 1, 5, 1)
.rect(22.4, 11.6)
.cutThruAll()
.faces(">Y").workplane()
.center(0.0, -19.7)
.rarray(58.13, 1, 5, 1)... | N/A | cable_routing_panel | medium | XZ | true | ok | 0.15 | ||
synth_cable_routing_panel_003144_s4420 | synth_cable_routing_panel_003144_s4420 | false | cable_routing_panel | hard | YZ | 5 | {"has_hole": true, "has_slot": true, "has_fillet": true, "has_chamfer": true, "pattern_like": true} | ["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("YZ")
.box(148.9, 82.8, 4.5)
.edges(">Z")
.chamfer(1.2)
.edges("|Z")
.fillet(0.9)
.faces(">X").workplane()
.center(0.0, 0)
.rarray(12.8, 1, 5, 1)
.rect(8.8, 20.0)
.cutThruAll()
.faces(">X").workplane()
.pushPoints([(66.75... | N/A | cable_routing_panel | hard | YZ | true | ok | 0.241 | ||
synth_cable_routing_panel_003954_s4420 | synth_cable_routing_panel_003954_s4420 | false | cable_routing_panel | medium | XY | 4 | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": true, "pattern_like": true} | ["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(157.3, 168.2, 3.8)
.edges(">Z")
.chamfer(1.2)
.faces(">Z").workplane()
.center(0.0, 0)
.rarray(1, 30, 1, 3)
.rect(35.4, 12.0)
.cutThruAll()
.faces(">Z").workplane()
.pushPoints([(71.55, 77.0), (71.55, -77.0), (-71.55, ... | N/A | cable_routing_panel | medium | XY | true | ok | 0.097 | ||
synth_cable_routing_panel_005517_s4420 | synth_cable_routing_panel_005517_s4420 | false | cable_routing_panel | hard | XZ | 5 | {"has_hole": true, "has_slot": true, "has_fillet": true, "has_chamfer": true, "pattern_like": true} | ["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("XZ")
.box(280.5, 145.6, 2.0)
.edges(">Z")
.chamfer(0.4)
.edges("|Z")
.fillet(0.5)
.faces(">Y").workplane()
.center(0.0, 30.3)
.rarray(56.35, 1, 5, 1)
.rect(23.4, 13.5)
.cutThruAll()
.faces(">Y").workplane()
.center(0.0, ... | N/A | cable_routing_panel | hard | XZ | true | ok | 0.202 | ||
dvsub_synth_cam_000013_s4420 | synth_cam_000013_s4420 | synth_cam_000289_s4252 | true | cam | hard | XZ | 2 | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false} | ["polyline", "close", "extrude", "union", "workplane", "hole", "workplane", "pushPoints", "rect", "cutThruAll", "cut"] | {} | import cadquery as cq
result = (
cq.Workplane("XZ")
.polyline([(16.096, 0.0), (16.627, 1.638), (17.03, 3.387), (17.156, 5.204), (16.867, 6.987), (16.1, 8.606), (14.905, 9.959), (13.42, 11.013), (11.812, 11.812), (10.209, 12.44), (8.673, 12.981), (7.204, 13.478), (5.773, 13.937), (4.349, 14.336), (2.913, 14.645... | N/A | cam | hard | XZ | true | ok | 0.101 | |
dvsub_synth_cam_000031_s4420 | synth_cam_000031_s4420 | synth_cam_000217_s4252 | true | cam | medium | XY | 3 | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": true} | ["polyline", "close", "extrude", "union", "workplane", "hole", "faces", "edges", "chamfer", "workplane", "pushPoints", "rect", "cutThruAll"] | {} | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([(16.542, -1.629), (16.366, -3.255), (15.736, -4.773), (14.735, -6.103), (13.498, -7.215), (12.164, -8.128), (10.838, -8.895), (9.571, -9.571), (8.366, -10.194), (7.202, -10.779), (6.049, -11.316), (4.883, -11.789), (3.694, -12.178), (2.48, -12.466)... | N/A | cam | medium | XY | true | ok | 0.579 | |
dvsub_synth_cam_000180_s4420 | synth_cam_000180_s4420 | synth_cam_000813_s4252 | true | cam | hard | XY | 3 | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": true} | ["polyline", "close", "extrude", "union", "workplane", "hole", "faces", "edges", "chamfer", "workplane", "pushPoints", "rect", "cutThruAll", "cut"] | {} | import cadquery as cq
result = (
cq.Workplane("XY")
.polyline([(21.086, -2.077), (20.88, -4.153), (20.105, -6.099), (18.877, -7.819), (17.382, -9.291), (15.799, -10.557), (14.239, -11.686), (12.734, -12.734), (11.263, -13.724), (9.786, -14.645), (8.271, -15.474), (6.703, -16.183), (5.082, -16.752), (3.414, -17... | N/A | cam | hard | XY | true | ok | 0.604 | |
dvsub_synth_cam_000195_s4420 | synth_cam_000195_s4420 | synth_cam_000478_s4252 | true | cam | easy | YZ | 1 | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false} | ["polyline", "close", "extrude", "union", "workplane", "circle", "cutThruAll"] | {} | import cadquery as cq
result = (
cq.Workplane("YZ")
.polyline([(23.951, -2.271), (23.507, -4.503), (22.776, -6.659), (21.769, -8.7), (20.504, -10.592), (19.004, -12.304), (17.292, -13.804), (15.4, -15.069), (13.359, -16.076), (11.203, -16.807), (8.971, -17.251), (6.7, -17.4), (4.429, -17.251), (2.197, -16.807)... | N/A | cam | easy | YZ | true | ok | 0.055 | |
dvsub_synth_cam_001129_s4420 | synth_cam_001129_s4420 | synth_cam_000222_s4252 | true | cam | medium | XZ | 2 | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false} | ["polyline", "close", "extrude", "union", "workplane", "circle", "cutThruAll", "workplane", "pushPoints", "rect", "cutThruAll"] | {} | import cadquery as cq
result = (
cq.Workplane("XZ")
.polyline([(34.271, 0.0), (33.693, 3.318), (32.402, 6.445), (30.606, 9.284), (28.537, 11.82), (26.375, 14.098), (24.218, 16.182), (22.087, 18.126), (19.952, 19.952), (17.767, 21.649), (15.498, 23.194), (13.124, 24.553), (10.645, 25.698), (8.072, 26.608), (5.4... | N/A | cam | medium | XZ | true | ok | 0.09 | |
dvsub_synth_cam_001231_s4420 | synth_cam_001231_s4420 | synth_cam_000288_s4252 | true | cam | hard | YZ | 2 | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false} | ["polyline", "close", "extrude", "union", "workplane", "hole", "workplane", "pushPoints", "rect", "cutThruAll", "cut"] | {} | import cadquery as cq
result = (
cq.Workplane("YZ")
.polyline([(45.028, -4.435), (46.415, -9.233), (46.448, -14.09), (44.846, -18.576), (41.743, -22.312), (37.629, -25.143), (33.119, -27.18), (28.706, -28.706), (24.629, -30.011), (20.896, -31.273), (17.387, -32.53), (13.968, -33.721), (10.543, -34.754), (7.07,... | N/A | cam | hard | YZ | true | ok | 0.102 | |
dvsub_synth_cam_001483_s4420 | synth_cam_001483_s4420 | synth_cam_000622_s4252 | true | cam | easy | XZ | 1 | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false} | ["polyline", "close", "extrude", "union", "workplane", "circle", "cutThruAll"] | {} | import cadquery as cq
result = (
cq.Workplane("XZ")
.polyline([(50.2, 0.0), (49.865, 5.117), (48.864, 10.146), (47.216, 15.001), (44.948, 19.6), (42.099, 23.863), (38.719, 27.719), (34.863, 31.099), (30.6, 33.948), (26.001, 36.216), (21.146, 37.864), (16.117, 38.865), (11.0, 39.2), (5.883, 38.865), (0.854, 37.... | N/A | cam | easy | XZ | true | ok | 0.053 | |
dvsub_synth_cam_001927_s4420 | synth_cam_001927_s4420 | synth_cam_000316_s4252 | true | cam | medium | YZ | 2 | {"has_hole": true, "has_slot": true, "has_fillet": false, "has_chamfer": false} | ["polyline", "close", "extrude", "union", "workplane", "hole", "workplane", "pushPoints", "rect", "cutThruAll", "cut"] | {} | import cadquery as cq
result = (
cq.Workplane("YZ")
.polyline([(27.3, 0.0), (27.169, 2.676), (26.775, 5.326), (26.124, 7.925), (25.222, 10.447), (24.076, 12.869), (22.699, 15.167), (21.103, 17.319), (19.304, 19.304), (17.319, 21.103), (15.167, 22.699), (12.869, 24.076), (10.447, 25.222), (7.925, 26.124), (5.32... | N/A | cam | medium | YZ | true | ok | 0.1 | |
dvsub_synth_capsule_000141_s4420 | synth_capsule_000141_s4420 | synth_capsule_000173_s4252 | true | capsule | medium | XY | 0 | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | ["cylinder", "union", "union", "union"] | {} | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(47.0, 41.7)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, 23.5), rotate=cq.Vector(0, 0, 0))
.sphere(41.7)
)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector... | N/A | capsule | medium | XY | true | ok | 0.045 | |
dvsub_synth_capsule_000214_s4420 | synth_capsule_000214_s4420 | synth_capsule_000174_s4252 | true | capsule | medium | XY | 0 | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | ["transformed", "circle", "extrude", "union", "union", "union"] | {} | import cadquery as cq
result = (
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, -32.25), rotate=cq.Vector(0, 0, 0))
.circle(30.1)
.extrude(64.5)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, 32.25), rotate=cq.Vector(0, 0, 0))
.sphere(... | N/A | capsule | medium | XY | true | ok | 0.052 | |
dvsub_synth_capsule_000653_s4420 | synth_capsule_000653_s4420 | synth_capsule_000032_s4252 | true | capsule | hard | XY | 0 | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | ["cylinder", "union", "union", "union", "union", "union"] | {} | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(92.4, 26.5)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, 46.2), rotate=cq.Vector(0, 0, 0))
.sphere(26.5)
)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector... | N/A | capsule | hard | XY | true | ok | 0.076 | |
dvsub_synth_capsule_000985_s4420 | synth_capsule_000985_s4420 | synth_capsule_000013_s4252 | true | capsule | easy | XY | 0 | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | ["cylinder", "union", "union"] | {} | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(98.0, 49.8)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, -49.0), rotate=cq.Vector(0, 0, 0))
.sphere(49.8)
)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vecto... | N/A | capsule | easy | XY | true | ok | 0.027 | |
dvsub_synth_capsule_000999_s4420 | synth_capsule_000999_s4420 | synth_capsule_000180_s4252 | true | capsule | easy | XY | 0 | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | ["cylinder", "union", "union"] | {} | import cadquery as cq
result = (
cq.Workplane("XY")
.cylinder(58.6, 48.6)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, 29.3), rotate=cq.Vector(0, 0, 0))
.sphere(48.6)
)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector... | N/A | capsule | easy | XY | true | ok | 0.027 | |
dvsub_synth_capsule_012148_s4420 | synth_capsule_012148_s4420 | synth_capsule_000077_s4252 | true | capsule | hard | XY | 0 | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | ["transformed", "circle", "extrude", "union", "union", "union", "union", "union"] | {} | import cadquery as cq
result = (
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, -44.2), rotate=cq.Vector(0, 0, 0))
.circle(16.0)
.extrude(88.4)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(0.0, 0.0, 44.2), rotate=cq.Vector(0, 0, 0))
.sphere(16... | N/A | capsule | hard | XY | true | ok | 0.091 | |
dvsub_synth_chair_000104_s4420 | synth_chair_000104_s4420 | synth_chair_000743_s4252 | true | chair | easy | YZ | 0 | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | ["box", "union", "union", "union", "union", "union"] | {} | import cadquery as cq
result = (
cq.Workplane("YZ")
.box(111.5, 110.3, 6.3)
.union(
cq.Workplane("YZ")
.transformed(offset=cq.Vector(52.3, 51.7, -64.7), rotate=cq.Vector(0, 0, 0))
.box(6.9, 6.9, 123.1)
)
.union(
cq.Workplane("YZ")
.transformed(off... | N/A | chair | easy | YZ | true | ok | 0.085 | |
dvsub_synth_chair_000109_s4420 | synth_chair_000109_s4420 | synth_chair_001302_s4252 | true | chair | easy | XY | 0 | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | ["box", "union", "union", "union", "union", "union"] | {} | import cadquery as cq
result = (
cq.Workplane("XY")
.box(159.6, 69.9, 9.0)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(73.05, 28.2, -47.25), rotate=cq.Vector(0, 0, 0))
.box(13.5, 13.5, 85.5)
)
.union(
cq.Workplane("XY")
.transformed(o... | N/A | chair | easy | XY | true | ok | 0.087 | |
dvsub_synth_chair_000591_s4420 | synth_chair_000591_s4420 | synth_chair_000364_s4252 | true | chair | easy | XZ | 0 | {"has_hole": false, "has_fillet": false, "has_chamfer": false} | ["box", "union", "union", "union", "union", "union"] | {} | import cadquery as cq
result = (
cq.Workplane("XZ")
.box(130.4, 55.5, 19.4)
.union(
cq.Workplane("XZ")
.transformed(offset=cq.Vector(60.25, 22.8, -78.9), rotate=cq.Vector(0, 0, 0))
.box(9.9, 9.9, 138.4)
)
.union(
cq.Workplane("XZ")
.transformed(of... | N/A | chair | easy | XZ | true | ok | 0.083 | |
dvsub_synth_chair_000698_s4420 | synth_chair_000698_s4420 | synth_chair_000718_s4252 | true | chair | medium | YZ | 1 | {"has_hole": false, "has_fillet": false, "has_chamfer": true} | ["box", "faces", "edges", "chamfer", "union", "union", "union", "union", "union"] | {} | import cadquery as cq
result = (
cq.Workplane("YZ")
.box(133.2, 103.0, 19.3)
.faces(">X")
.edges(">X")
.chamfer(1.5)
.union(
cq.Workplane("YZ")
.transformed(offset=cq.Vector(61.85, 46.75, -45.4), rotate=cq.Vector(0, 0, 0))
.box(9.5, 9.5, 71.5)
)
.union(
... | N/A | chair | medium | YZ | true | ok | 0.139 | |
dvsub_synth_chair_000750_s4420 | synth_chair_000750_s4420 | synth_chair_000134_s4252 | true | chair | hard | XY | 1 | {"has_hole": false, "has_fillet": true, "has_chamfer": false} | ["box", "faces", "edges", "fillet", "union", "union", "union", "union", "union", "union"] | {} | import cadquery as cq
result = (
cq.Workplane("XY")
.box(152.9, 110.3, 6.5)
.faces(">Z")
.edges(">Z")
.fillet(0.8)
.union(
cq.Workplane("XY")
.transformed(offset=cq.Vector(69.25, -47.95, -43.3), rotate=cq.Vector(0, 0, 0))
.box(14.4, 14.4, 80.1)
)
.union(
... | N/A | chair | hard | XY | true | ok | 0.16 | |
dvsub_synth_chair_001155_s4420 | synth_chair_001155_s4420 | synth_chair_000497_s4252 | true | chair | hard | YZ | 1 | {"has_hole": false, "has_fillet": true, "has_chamfer": false} | ["box", "faces", "edges", "fillet", "union", "union", "union", "union", "union"] | {} | import cadquery as cq
result = (
cq.Workplane("YZ")
.box(65.1, 78.0, 12.4)
.faces(">X")
.edges(">X")
.fillet(1.5)
.union(
cq.Workplane("YZ")
.transformed(offset=cq.Vector(27.15, 33.6, -38.3), rotate=cq.Vector(0, 0, 0))
.box(10.8, 10.8, 64.2)
)
.union(
... | N/A | chair | hard | YZ | true | ok | 0.137 | |
synth_circlip_000047_s4420 | synth_circlip_000047_s4420 | false | circlip | hard | YZ | 2 | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": true, "rotational": false} | ["workplane", "moveTo", "threePointArc", "lineTo", "threePointArc", "close", "extrude", "workplane", "moveTo", "hole", "workplane", "moveTo", "hole", "edges", "chamfer"] | {"din_471": true, "iso_464": true, "shaft_diameter_mm": 80.0} | import cadquery as cq
result = (
cq.Workplane("YZ")
.faces("YZ").workplane()
.moveTo(61.5147, 19.3955)
.threePointArc((-64.5, 0.0), (61.5147, -19.3955))
.lineTo(38.1487, -12.0282)
.threePointArc((-40.0, 0.0), (38.1487, 12.0282))
.close()
.extrude(2.5)
.faces(">X").workplane()
.m... | DIN 471/472 | circlip | hard | YZ | true | ok | 0.068 | ||
synth_circlip_000337_s4420 | synth_circlip_000337_s4420 | false | circlip | medium | XY | 1 | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": false} | ["workplane", "moveTo", "threePointArc", "lineTo", "threePointArc", "close", "extrude", "workplane", "moveTo", "hole", "workplane", "moveTo", "hole"] | {"din_471": true, "iso_464": true, "shaft_diameter_mm": 40.0} | import cadquery as cq
result = (
cq.Workplane("XY")
.faces("XY").workplane()
.moveTo(30.7574, 9.6978)
.threePointArc((-32.25, 0.0), (30.7574, -9.6978))
.lineTo(19.0743, -6.0141)
.threePointArc((-20.0, 0.0), (19.0743, 6.0141))
.close()
.extrude(1.75)
.faces(">Z").workplane()
.mov... | DIN 471/472 | circlip | medium | XY | true | ok | 0.047 | ||
synth_circlip_000355_s4420 | synth_circlip_000355_s4420 | false | circlip | easy | XY | 0 | {"has_hole": false, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": false} | ["workplane", "moveTo", "threePointArc", "lineTo", "threePointArc", "close", "extrude"] | {"din_471": true, "iso_464": true, "shaft_diameter_mm": 16.0} | import cadquery as cq
result = (
cq.Workplane("XY")
.faces("XY").workplane()
.moveTo(12.6367, 3.9844)
.threePointArc((-13.25, 0.0), (12.6367, -3.9844))
.lineTo(7.6297, -2.4056)
.threePointArc((-8.0, 0.0), (7.6297, 2.4056))
.close()
.extrude(1.0)
)
# Export
show_object(result) | DIN 471/472 | circlip | easy | XY | true | ok | 0.009 | ||
synth_circlip_000524_s4420 | synth_circlip_000524_s4420 | false | circlip | medium | XZ | 1 | {"has_hole": true, "has_slot": false, "has_fillet": false, "has_chamfer": false, "rotational": false} | ["workplane", "moveTo", "threePointArc", "lineTo", "threePointArc", "close", "extrude", "workplane", "moveTo", "hole", "workplane", "moveTo", "hole"] | {"din_471": true, "iso_464": true, "shaft_diameter_mm": 25.0} | import cadquery as cq
result = (
cq.Workplane("XZ")
.faces("XZ").workplane()
.moveTo(19.3128, 6.0893)
.threePointArc((-20.25, 0.0), (19.3128, -6.0893))
.lineTo(11.9215, -3.7588)
.threePointArc((-12.5, 0.0), (11.9215, 3.7588))
.close()
.extrude(1.5)
.faces(">Y").workplane()
.move... | DIN 471/472 | circlip | medium | XZ | true | ok | 0.042 |
End of preview. Expand in Data Studio
cad_curated_722_v2
Edited fork of qixiaoqi/cad_curated_722 — manual gt_code review on 5 substitution-target families
(cable_routing_panel, clevis, parallel_key, tapered_boss, z_bracket).
Changes vs v1
- 2 rows dropped: clevis #10 (
synth_clevis_000074_s4420), #11 (synth_clevis_000177_s4420) — bad geometry - 20 rows edited: gt_code manually corrected (loft circle order, hole positions, slot dims, etc.)
- +3 columns:
exec_ok(bool),exec_reason(str),exec_dt_s(float) - OCC validated with
cadquery 2.7.0/ OCP — bounding box + volume computed per row
Stats
- rows: 720 (was 722)
- exec pass: 719/720 (99.86%)
- exec fail: 1 — timeout in
double_simplex_sprockethard case @20s - median exec time: 0.088s · p95: 0.467s
Schema
Same as v1 + 3 exec columns. gt_code is a runnable CadQuery script (each ends with show_object(result)).
- Downloads last month
- 49