The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: UnexpectedError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
part_id string | family string | tier int64 | seed int64 | symmetry string | op_count int64 | ir_hash string | generator_version string | license string | geometry_signature dict | dimensions dict | params unknown | source string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
threaded_462c9bb4_0000 | threaded | 2 | 1,177,328,564 | mirror_xy | 1 | 0409fbb76a21fd28 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 6340,
"surface_area": 3320,
"principal_moments": [
168000,
895000,
895000
],
"n_faces": 130,
"n_edges": 328,
"n_vertices": 200
} | {
"lines": [
"ACME 5/8 external thread, 39.7 mm long."
],
"text": "ACME 5/8 external thread, 39.7 mm long."
} | {
"thread_size": {
"type": "enum",
"default": "5/8",
"choices": [
"1/4",
"5/16",
"3/8",
"1/2",
"5/8",
"3/4",
"7/8",
"1",
"1 1/4",
"1 1/2"
],
"group": "Thread",
"label": "Size designation"
},
"thread_len": {
"type": "float",
... | import cadquery as cq
from bd_warehouse import thread as _bdt
import build123d as _bd
# Generated by CadQuarry v0.6.0 — seed 1177328564 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"thread_size": {"type": 'enum', "default": '5/8', "choices": ['1/4', '5/16', '3/8', '1/2', '5/8', '3/4', '7/8', ... |
plate_462c9bb5_0001 | plate | 3 | 1,177,328,565 | mirror_xy | 3 | f1893bc06ec78f89 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 23700,
"surface_area": 7710,
"principal_moments": [
2660000,
7930000,
9990000
],
"n_faces": 17,
"n_edges": 38,
"n_vertices": 24
} | {
"lines": [
"Rectangular body, 65 × 36 × 10 mm (W×D×H).",
"Four Ø5.3 mm countersunk holes (82°) at the corners, 45.5 × 25.2 mm spacing.",
"Boss Ø18.3 mm × 6.7 mm tall on top face with a Ø4.3 mm bore."
],
"text": "Rectangular body, 65 × 36 × 10 mm (W×D×H). Four Ø5.3 mm countersunk holes (82°) at the c... | {
"plate_w": {
"type": "float",
"default": 65,
"min": 20,
"max": 120,
"step": 1,
"group": "Body",
"label": "Plate width (mm)"
},
"plate_d": {
"type": "float",
"default": 36,
"min": 8,
"max": 120,
"step": 1,
"group": "Body",
"label": "Plate depth (mm)"
},
... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328565 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"plate_w": {"type": 'float', "default": 65, "min": 20.0, "max": 120.0, "step": 1.0, "group": 'Body', "label": 'Plate width (mm)'},
"plate_d": {"type": 'float', "default": 3... |
gear_462c9bb6_0002 | gear | 0 | 1,177,328,566 | mirror_x | 1 | 0572ae32e3ea1988 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 19800,
"surface_area": 8020,
"principal_moments": [
4320000,
4320000,
8460000
],
"n_faces": 236,
"n_edges": 702,
"n_vertices": 468
} | {
"lines": [
"Spur gear, module 1.5 mm, 39 teeth (pitch Ø58.5 mm), face width 7.4 mm."
],
"text": "Spur gear, module 1.5 mm, 39 teeth (pitch Ø58.5 mm), face width 7.4 mm."
} | {
"module": {
"type": "float",
"default": 1.5,
"min": 1,
"max": 6,
"step": 0.25,
"group": "Gear",
"label": "Module (mm)"
},
"teeth": {
"type": "int",
"default": 39,
"min": 10,
"max": 40,
"step": 1,
"group": "Gear",
"label": "Number of teeth"
},
"gear_w":... | import cadquery as cq
import math
import py_gearworks as _gw
# Generated by CadQuarry v0.6.0 — seed 1177328566 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"module": {"type": 'float', "default": 1.5, "min": 1.0, "max": 6.0, "step": 0.25, "group": 'Gear', "label": 'Module (mm)'},
"teeth": ... |
block_462c9bb7_0003 | block | 1 | 1,177,328,567 | radial | 2 | c0f7db97d2aac8d6 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 38600,
"surface_area": 12000,
"principal_moments": [
6340000,
14099999.999999998,
18000000
],
"n_faces": 12,
"n_edges": 30,
"n_vertices": 20
} | {
"lines": [
"Rectangular body, 40 × 18.3 × 63.3 mm (W×D×H).",
"Four Ø8.4 mm holes on a Ø24 mm bolt circle."
],
"text": "Rectangular body, 40 × 18.3 × 63.3 mm (W×D×H). Four Ø8.4 mm holes on a Ø24 mm bolt circle."
} | {
"block_w": {
"type": "float",
"default": 40,
"min": 15,
"max": 100,
"step": 1,
"group": "Body",
"label": "Block width (mm)"
},
"block_d": {
"type": "float",
"default": 18.3,
"min": 6,
"max": 100,
"step": 1,
"group": "Body",
"label": "Block depth (mm)"
},... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328567 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"block_w": {"type": 'float', "default": 40, "min": 15.0, "max": 100.0, "step": 1.0, "group": 'Body', "label": 'Block width (mm)'},
"block_d": {"type": 'float', "default": 1... |
revolved_462c9bb8_0004 | revolved | 1 | 1,177,328,568 | mirror_x | 2 | d42edc40e42e2a14 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 19000,
"surface_area": 6030,
"principal_moments": [
1040000,
7620000,
7620000
],
"n_faces": 8,
"n_edges": 14,
"n_vertices": 8
} | {
"lines": [
"Revolved body, Ø20 mm × 67.3 mm tall with Ø6.3 mm bore.",
"Chamfer 1 mm on the >Z or <Z edges."
],
"text": "Revolved body, Ø20 mm × 67.3 mm tall with Ø6.3 mm bore. Chamfer 1 mm on the >Z or <Z edges."
} | {
"outer_d": {
"type": "float",
"default": 20,
"min": 6,
"max": 80,
"step": 1,
"group": "Body",
"label": "Outer diameter (mm)"
},
"length": {
"type": "float",
"default": 67.3,
"min": 20.2,
"max": 201.9,
"step": 1,
"group": "Body",
"label": "Length (mm)"
},... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328568 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"outer_d": {"type": 'float', "default": 20, "min": 6.0, "max": 80.0, "step": 1.0, "group": 'Body', "label": 'Outer diameter (mm)'},
"length": {"type": 'float', "default": 6... |
gear_462c9bb9_0005 | gear | 0 | 1,177,328,569 | mirror_xy | 1 | 4a057eef5868ab88 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 2460,
"surface_area": 1630,
"principal_moments": [
81600,
81600,
143000
],
"n_faces": 104,
"n_edges": 306,
"n_vertices": 204
} | {
"lines": [
"Spur gear, module 1.25 mm, 17 teeth (pitch Ø21.25 mm), face width 7.1 mm."
],
"text": "Spur gear, module 1.25 mm, 17 teeth (pitch Ø21.25 mm), face width 7.1 mm."
} | {
"module": {
"type": "float",
"default": 1.25,
"min": 1,
"max": 6,
"step": 0.25,
"group": "Gear",
"label": "Module (mm)"
},
"teeth": {
"type": "int",
"default": 17,
"min": 10,
"max": 40,
"step": 1,
"group": "Gear",
"label": "Number of teeth"
},
"gear_w"... | import cadquery as cq
import math
import py_gearworks as _gw
# Generated by CadQuarry v0.6.0 — seed 1177328569 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"module": {"type": 'float', "default": 1.25, "min": 1.0, "max": 6.0, "step": 0.25, "group": 'Gear', "label": 'Module (mm)'},
"teeth":... |
gear_462c9bba_0006 | gear | 0 | 1,177,328,570 | none | 1 | fde185f08e3e6df6 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 11900,
"surface_area": 5410,
"principal_moments": [
1670000,
1670000,
3240000
],
"n_faces": 188,
"n_edges": 558,
"n_vertices": 372
} | {
"lines": [
"Spur gear, module 1.5 mm, 31 teeth (pitch Ø46.5 mm), face width 7.1 mm."
],
"text": "Spur gear, module 1.5 mm, 31 teeth (pitch Ø46.5 mm), face width 7.1 mm."
} | {
"module": {
"type": "float",
"default": 1.5,
"min": 1,
"max": 6,
"step": 0.25,
"group": "Gear",
"label": "Module (mm)"
},
"teeth": {
"type": "int",
"default": 31,
"min": 10,
"max": 40,
"step": 1,
"group": "Gear",
"label": "Number of teeth"
},
"gear_w":... | import cadquery as cq
import math
import py_gearworks as _gw
# Generated by CadQuarry v0.6.0 — seed 1177328570 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"module": {"type": 'float', "default": 1.5, "min": 1.0, "max": 6.0, "step": 0.25, "group": 'Gear', "label": 'Module (mm)'},
"teeth": ... |
swept_462c9bbb_0007 | swept | 1 | 1,177,328,571 | none | 1 | 4b60256a0e86b5a1 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 1780,
"surface_area": 1160,
"principal_moments": [
17800,
379000,
387000
],
"n_faces": 3,
"n_edges": 3,
"n_vertices": 2
} | {
"lines": [
"Ø6.6 mm circular section swept along a curved path, ~45 mm span."
],
"text": "Ø6.6 mm circular section swept along a curved path, ~45 mm span."
} | {
"path_w": {
"type": "float",
"default": 30,
"min": 15,
"max": 54,
"step": 1,
"group": "Path",
"label": "Path width (mm)"
},
"path_h": {
"type": "float",
"default": 45,
"min": 22.5,
"max": 81,
"step": 1,
"group": "Path",
"label": "Path length (mm)"
},
"... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328571 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"path_w": {"type": 'float', "default": 30.0, "min": 15.0, "max": 54.0, "step": 1.0, "group": 'Path', "label": 'Path width (mm)'},
"path_h": {"type": 'float', "default": 45,... |
tapped_462c9bbc_0008 | tapped | 1 | 1,177,328,572 | mirror_xy | 1 | 8a7509905e5e5030 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 2820,
"surface_area": 1550,
"principal_moments": [
85400,
117000,
117000
],
"n_faces": 183,
"n_edges": 497,
"n_vertices": 316
} | {
"lines": [
"One M5x0.8 tapped hole in a cylinder."
],
"text": "One M5x0.8 tapped hole in a cylinder."
} | {
"major_d": {
"type": "float",
"default": 5,
"min": 3,
"max": 24,
"step": 0.5,
"group": "Thread",
"label": "Thread major Ø (mm)"
},
"pitch": {
"type": "float",
"default": 0.8,
"min": 0.35000000000000003,
"max": 3.5,
"step": 0.05,
"group": "Thread",
"label":... | import cadquery as cq
from bd_warehouse import thread as _bdt
import build123d as _bd
# Generated by CadQuarry v0.6.0 — seed 1177328572 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"major_d": {"type": 'float', "default": 5.0, "min": 3.0, "max": 24.0, "step": 0.5, "group": 'Thread', "label": '... |
swept_462c9bbd_0009 | swept | 0 | 1,177,328,573 | mirror_xy | 1 | 0e4d63ea118fbc54 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 2070,
"surface_area": 1900,
"principal_moments": [
126000,
1210000,
1330000
],
"n_faces": 3,
"n_edges": 3,
"n_vertices": 2
} | {
"lines": [
"Ø6.4 mm circular section swept along a curved path, ~75 mm span."
],
"text": "Ø6.4 mm circular section swept along a curved path, ~75 mm span."
} | {
"path_w": {
"type": "float",
"default": 50,
"min": 25,
"max": 90,
"step": 1,
"group": "Path",
"label": "Path width (mm)"
},
"path_h": {
"type": "float",
"default": 75,
"min": 37.5,
"max": 135,
"step": 1,
"group": "Path",
"label": "Path length (mm)"
},
... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328573 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"path_w": {"type": 'float', "default": 50, "min": 25.0, "max": 90.0, "step": 1.0, "group": 'Path', "label": 'Path width (mm)'},
"path_h": {"type": 'float', "default": 75, "... |
swept_462c9bbe_0010 | swept | 1 | 1,177,328,574 | none | 1 | bbca6bcadf63be4d | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 9350,
"surface_area": 2730,
"principal_moments": [
308000,
1760000,
1760000
],
"n_faces": 3,
"n_edges": 3,
"n_vertices": 2
} | {
"lines": [
"Ø16.3 mm circular section swept along a curved path, ~45 mm span."
],
"text": "Ø16.3 mm circular section swept along a curved path, ~45 mm span."
} | {
"path_w": {
"type": "float",
"default": 40,
"min": 20,
"max": 72,
"step": 1,
"group": "Path",
"label": "Path width (mm)"
},
"path_h": {
"type": "float",
"default": 45,
"min": 22.5,
"max": 81,
"step": 1,
"group": "Path",
"label": "Path length (mm)"
},
"... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328574 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"path_w": {"type": 'float', "default": 40, "min": 20.0, "max": 72.0, "step": 1.0, "group": 'Path', "label": 'Path width (mm)'},
"path_h": {"type": 'float', "default": 45, "... |
swept_462c9bbf_0011 | swept | 0 | 1,177,328,575 | none | 1 | ab89a406f9af38be | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 13800,
"surface_area": 3640,
"principal_moments": [
637000,
3760000,
3860000
],
"n_faces": 3,
"n_edges": 3,
"n_vertices": 2
} | {
"lines": [
"Ø17.7 mm circular section swept along a curved path, ~45 mm span."
],
"text": "Ø17.7 mm circular section swept along a curved path, ~45 mm span."
} | {
"path_w": {
"type": "float",
"default": 40,
"min": 20,
"max": 72,
"step": 1,
"group": "Path",
"label": "Path width (mm)"
},
"path_h": {
"type": "float",
"default": 45,
"min": 22.5,
"max": 81,
"step": 1,
"group": "Path",
"label": "Path length (mm)"
},
"... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328575 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"path_w": {"type": 'float', "default": 40, "min": 20.0, "max": 72.0, "step": 1.0, "group": 'Path', "label": 'Path width (mm)'},
"path_h": {"type": 'float', "default": 45, "... |
enclosure_462c9bc0_0012 | enclosure | 1 | 1,177,328,576 | mirror_xy | 2 | d875de334b8dd257 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 92700,
"surface_area": 46200,
"principal_moments": [
85700000,
100000000,
150000000
],
"n_faces": 11,
"n_edges": 24,
"n_vertices": 16
} | {
"lines": [
"Rectangular body, 88.72 × 35.7 × 87.7 mm (W×D×H).",
"Hollowed to 4.1 mm wall thickness, open at top face."
],
"text": "Rectangular body, 88.72 × 35.7 × 87.7 mm (W×D×H). Hollowed to 4.1 mm wall thickness, open at top face."
} | {
"enc_w": {
"type": "float",
"default": 88.72,
"min": 30,
"max": 120,
"step": 1,
"group": "Body",
"label": "Enclosure width (mm)"
},
"enc_d": {
"type": "float",
"default": 35.7,
"min": 12,
"max": 120,
"step": 1,
"group": "Body",
"label": "Enclosure depth (m... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328576 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"enc_w": {"type": 'float', "default": 88.72, "min": 30.0, "max": 120.0, "step": 1.0, "group": 'Body', "label": 'Enclosure width (mm)'},
"enc_d": {"type": 'float', "default"... |
gear_462c9bc1_0013 | gear | 1 | 1,177,328,577 | mirror_xy | 1 | c3c128316a035d28 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 71800,
"surface_area": 17800,
"principal_moments": [
31299999.999999996,
31299999.999999996,
59899999.99999999
],
"n_faces": 195,
"n_edges": 579,
"n_vertices": 386
} | {
"lines": [
"Spur gear, module 2.5 mm, 32 teeth (pitch Ø80 mm), face width 15 mm, Ø15.7 mm bore."
],
"text": "Spur gear, module 2.5 mm, 32 teeth (pitch Ø80 mm), face width 15 mm, Ø15.7 mm bore."
} | {
"module": {
"type": "float",
"default": 2.5,
"min": 1,
"max": 6,
"step": 0.25,
"group": "Gear",
"label": "Module (mm)"
},
"teeth": {
"type": "int",
"default": 32,
"min": 10,
"max": 40,
"step": 1,
"group": "Gear",
"label": "Number of teeth"
},
"gear_w":... | import cadquery as cq
import math
import py_gearworks as _gw
# Generated by CadQuarry v0.6.0 — seed 1177328577 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"module": {"type": 'float', "default": 2.5, "min": 1.0, "max": 6.0, "step": 0.25, "group": 'Gear', "label": 'Module (mm)'},
"teeth": ... |
ribbed_462c9bc2_0014 | ribbed | 1 | 1,177,328,578 | none | 2 | 035aae0fb734c3f4 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 9220,
"surface_area": 5780,
"principal_moments": [
955000,
1620000,
1760000
],
"n_faces": 30,
"n_edges": 72,
"n_vertices": 44
} | {
"lines": [
"Rectangular body, 36.94 × 23 × 5 mm (W×D×H).",
"Three ribs, 3.3 mm thick, 17 mm tall."
],
"text": "Rectangular body, 36.94 × 23 × 5 mm (W×D×H). Three ribs, 3.3 mm thick, 17 mm tall."
} | {
"base_w": {
"type": "float",
"default": 36.94,
"min": 20,
"max": 120,
"step": 1,
"group": "Base",
"label": "Base width (mm)"
},
"base_d": {
"type": "float",
"default": 23,
"min": 15,
"max": 120,
"step": 1,
"group": "Base",
"label": "Base depth (mm)"
},
... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328578 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"base_w": {"type": 'float', "default": 36.94, "min": 20.0, "max": 120.0, "step": 1.0, "group": 'Base', "label": 'Base width (mm)'},
"base_d": {"type": 'float', "default": 2... |
bracket_462c9bc3_0015 | bracket | 2 | 1,177,328,579 | mirror_xy | 1 | f25f82a42043fad5 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 32800,
"surface_area": 10500,
"principal_moments": [
7720000,
25999999.999999996,
31299999.999999996
],
"n_faces": 15,
"n_edges": 41,
"n_vertices": 26
} | {
"lines": [
"L-bracket: base leg 76.48 mm, vertical leg 79.4 mm, 22.5 mm wide, 8 mm thick; 1 × Ø4.3 mm hole per leg; 11.1 mm corner gusset."
],
"text": "L-bracket: base leg 76.48 mm, vertical leg 79.4 mm, 22.5 mm wide, 8 mm thick; 1 × Ø4.3 mm hole per leg; 11.1 mm corner gusset."
} | {
"base_len": {
"type": "float",
"default": 76.48,
"min": 25,
"max": 90,
"step": 1,
"group": "Body",
"label": "Base leg length (mm)"
},
"vert_len": {
"type": "float",
"default": 79.4,
"min": 25,
"max": 90,
"step": 1,
"group": "Body",
"label": "Vertical leg l... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328579 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"base_len": {"type": 'float', "default": 76.48, "min": 25.0, "max": 90.0, "step": 1.0, "group": 'Body', "label": 'Base leg length (mm)'},
"vert_len": {"type": 'float', "def... |
gear_462c9bc4_0016 | gear | 3 | 1,177,328,580 | mirror_x | 1 | 911a9ed06dbb356e | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 57100,
"surface_area": 16500,
"principal_moments": [
19700000,
19700000,
36600000
],
"n_faces": 149,
"n_edges": 438,
"n_vertices": 292
} | {
"lines": [
"Cycloid gear, module 3 mm, 24 teeth (pitch Ø72 mm), face width 14 mm, Ø11.8 mm bore, Ø21.2 mm × 11.9 mm hub."
],
"text": "Cycloid gear, module 3 mm, 24 teeth (pitch Ø72 mm), face width 14 mm, Ø11.8 mm bore, Ø21.2 mm × 11.9 mm hub."
} | {
"module": {
"type": "float",
"default": 3,
"min": 1,
"max": 6,
"step": 0.25,
"group": "Gear",
"label": "Module (mm)"
},
"teeth": {
"type": "int",
"default": 24,
"min": 10,
"max": 40,
"step": 1,
"group": "Gear",
"label": "Number of teeth"
},
"gear_w": {... | import cadquery as cq
import math
import py_gearworks as _gw
# Generated by CadQuarry v0.6.0 — seed 1177328580 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"module": {"type": 'float', "default": 3.0, "min": 1.0, "max": 6.0, "step": 0.25, "group": 'Gear', "label": 'Module (mm)'},
"teeth": ... |
bracket_462c9bc5_0017 | bracket | 2 | 1,177,328,581 | mirror_x | 1 | 937821dac5a2b2c8 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 22200,
"surface_area": 12800,
"principal_moments": [
9000000,
10500000,
13599999.999999998
],
"n_faces": 19,
"n_edges": 51,
"n_vertices": 34
} | {
"lines": [
"C-channel bracket: base leg 45 mm, vertical leg 51.3 mm, 40 mm wide, 4 mm thick; 1 × Ø6.4 mm hole per leg; 3.2 mm corner gusset."
],
"text": "C-channel bracket: base leg 45 mm, vertical leg 51.3 mm, 40 mm wide, 4 mm thick; 1 × Ø6.4 mm hole per leg; 3.2 mm corner gusset."
} | {
"base_len": {
"type": "float",
"default": 45,
"min": 25,
"max": 90,
"step": 1,
"group": "Body",
"label": "Base leg length (mm)"
},
"vert_len": {
"type": "float",
"default": 51.3,
"min": 25,
"max": 90,
"step": 1,
"group": "Body",
"label": "Vertical leg leng... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328581 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"base_len": {"type": 'float', "default": 45, "min": 25.0, "max": 90.0, "step": 1.0, "group": 'Body', "label": 'Base leg length (mm)'},
"vert_len": {"type": 'float', "defaul... |
sketched_462c9bc6_0018 | sketched | 1 | 1,177,328,582 | mirror_xy | 1 | e30f8241817c9bbd | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 66100,
"surface_area": 19500,
"principal_moments": [
22000000,
22400000,
22400000
],
"n_faces": 7,
"n_edges": 11,
"n_vertices": 6
} | {
"lines": [
"Revolved organic body from a freeform sketched section (7 segments: 5 straight, 2 curves), ~40.689 × 45 mm half-silhouette."
],
"text": "Revolved organic body from a freeform sketched section (7 segments: 5 straight, 2 curves), ~40.689 × 45 mm half-silhouette."
} | {
"sk_r": {
"type": "float",
"default": 45,
"min": 22.5,
"max": 81,
"step": 1,
"group": "Sketch",
"label": "Max radius (mm)"
},
"sk_h": {
"type": "float",
"default": 45,
"min": 22.5,
"max": 81,
"step": 1,
"group": "Sketch",
"label": "Height (mm)"
}
} | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328582 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"sk_r": {"type": 'float', "default": 45.0, "min": 22.5, "max": 81.0, "step": 1.0, "group": 'Sketch', "label": 'Max radius (mm)'},
"sk_h": {"type": 'float', "default": 45, "... |
compound_462c9bc7_0019 | compound | 1 | 1,177,328,583 | none | 2 | e63a779924618643 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 104000,
"surface_area": 16300,
"principal_moments": [
41500000,
41500000,
45699999.99999999
],
"n_faces": 15,
"n_edges": 36,
"n_vertices": 24
} | {
"lines": [
"Lofted body through 2 sections: Ø70 mm circular section → 41 × 41 mm rectangular section.",
"6-sided polygon section, 27.2 mm across corners attachment, 22.3 mm long, from top face with a Ø10.2 mm bore."
],
"text": "Lofted body through 2 sections: Ø70 mm circular section → 41 × 41 mm rectang... | {
"adapter_base": {
"type": "float",
"default": 70,
"min": 42,
"max": 105,
"step": 1,
"group": "Body",
"label": "Base size (mm)"
},
"adapter_top": {
"type": "float",
"default": 41,
"min": 20.5,
"max": 70,
"step": 1,
"group": "Body",
"label": "Top size (mm)"
... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328583 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"adapter_base": {"type": 'float', "default": 70, "min": 42.0, "max": 105.0, "step": 1.0, "group": 'Body', "label": 'Base size (mm)'},
"adapter_top": {"type": 'float', "defa... |
profiled_462c9bc8_0020 | profiled | 2 | 1,177,328,584 | mirror_xy | 1 | 6fd2d618863fbdd8 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 89800,
"surface_area": 13000,
"principal_moments": [
13799999.999999998,
73600000,
73600000
],
"n_faces": 7,
"n_edges": 15,
"n_vertices": 10
} | {
"lines": [
"5-sided polygon section, 40 mm across corners, extruded 94.4 mm thick."
],
"text": "5-sided polygon section, 40 mm across corners, extruded 94.4 mm thick."
} | {
"circ_r": {
"type": "float",
"default": 20,
"min": 10,
"max": 40,
"step": 1,
"group": "Profile",
"label": "Circumscribed radius (mm)"
},
"n_sides": {
"type": "int",
"default": 5,
"min": 3,
"max": 8,
"step": 1,
"group": "Profile",
"label": "Sides"
},
"l... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328584 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"circ_r": {"type": 'float', "default": 20, "min": 10.0, "max": 40.0, "step": 1.0, "group": 'Profile', "label": 'Circumscribed radius (mm)'},
"n_sides": {"type": 'int', "def... |
plate_462c9bc9_0021 | plate | 3 | 1,177,328,585 | mirror_xy | 4 | d6a4f6c6f4e084df | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 19200,
"surface_area": 6480,
"principal_moments": [
1620000,
5560000,
6720000
],
"n_faces": 17,
"n_edges": 42,
"n_vertices": 28
} | {
"lines": [
"Rectangular body, 60.64 × 30.6 × 10 mm (W×D×H).",
"Four Ø5.3 mm holes at the corners, 42.448 × 21.42 mm spacing.",
"Fillet radius 1.175 mm on vertical edges.",
"Boss Ø22 mm × 4.5 mm tall on top face with a Ø4.3 mm bore."
],
"text": "Rectangular body, 60.64 × 30.6 × 10 mm (W×D×H). Fou... | {
"plate_w": {
"type": "float",
"default": 60.64,
"min": 20,
"max": 120,
"step": 1,
"group": "Body",
"label": "Plate width (mm)"
},
"plate_d": {
"type": "float",
"default": 30.6,
"min": 8,
"max": 120,
"step": 1,
"group": "Body",
"label": "Plate depth (mm)"
... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328585 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"plate_w": {"type": 'float', "default": 60.64, "min": 20.0, "max": 120.0, "step": 1.0, "group": 'Body', "label": 'Plate width (mm)'},
"plate_d": {"type": 'float', "default"... |
compound_462c9bca_0022 | compound | 1 | 1,177,328,586 | mirror_x | 3 | b0707080e5cc7a7d | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 114000,
"surface_area": 16000,
"principal_moments": [
36200000,
52499999.99999999,
52499999.99999999
],
"n_faces": 24,
"n_edges": 63,
"n_vertices": 41
} | {
"lines": [
"Rectangular body, 60 × 43.4 × 43.7 mm (W×D×H).",
"6-sided polygon section, 9 mm across corners attachment, 9 mm long, from right face with a Ø3.6 mm bore.",
"6-sided polygon section, 9 mm across corners attachment, 9 mm long, from front face with a Ø3.6 mm bore."
],
"text": "Rectangular ... | {
"block_w": {
"type": "float",
"default": 60,
"min": 20,
"max": 120,
"step": 1,
"group": "Body",
"label": "Body width (mm)"
},
"block_d": {
"type": "float",
"default": 43.4,
"min": 15,
"max": 120,
"step": 1,
"group": "Body",
"label": "Body depth (mm)"
},
... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328586 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"block_w": {"type": 'float', "default": 60, "min": 20.0, "max": 120.0, "step": 1.0, "group": 'Body', "label": 'Body width (mm)'},
"block_d": {"type": 'float', "default": 43... |
profiled_462c9bcb_0023 | profiled | 1 | 1,177,328,587 | mirror_x | 1 | b1a7e28d049eef3b | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 57400,
"surface_area": 10900,
"principal_moments": [
4790000,
75500000,
77700000
],
"n_faces": 6,
"n_edges": 12,
"n_vertices": 8
} | {
"lines": [
"30 × 17.59 mm slot section, extruded 124.5 mm thick."
],
"text": "30 × 17.59 mm slot section, extruded 124.5 mm thick."
} | {
"slot_len": {
"type": "float",
"default": 30,
"min": 15,
"max": 60,
"step": 1,
"group": "Profile",
"label": "Slot length (mm)"
},
"slot_w": {
"type": "float",
"default": 17.59,
"min": 8.8,
"max": 35.2,
"step": 0.5,
"group": "Profile",
"label": "Slot width ... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328587 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"slot_len": {"type": 'float', "default": 30, "min": 15.0, "max": 60.0, "step": 1.0, "group": 'Profile', "label": 'Slot length (mm)'},
"slot_w": {"type": 'float', "default":... |
ribbed_462c9bcc_0024 | ribbed | 2 | 1,177,328,588 | none | 2 | 0b72d211be270b35 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 11100,
"surface_area": 10400,
"principal_moments": [
1360000,
1950000,
2160000
],
"n_faces": 54,
"n_edges": 132,
"n_vertices": 80
} | {
"lines": [
"Rectangular body, 40 × 20.2 × 4 mm (W×D×H).",
"Six ribs, 2.1 mm thick, 19.6 mm tall."
],
"text": "Rectangular body, 40 × 20.2 × 4 mm (W×D×H). Six ribs, 2.1 mm thick, 19.6 mm tall."
} | {
"base_w": {
"type": "float",
"default": 40,
"min": 20,
"max": 120,
"step": 1,
"group": "Base",
"label": "Base width (mm)"
},
"base_d": {
"type": "float",
"default": 20.2,
"min": 15,
"max": 120,
"step": 1,
"group": "Base",
"label": "Base depth (mm)"
},
... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328588 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"base_w": {"type": 'float', "default": 40, "min": 20.0, "max": 120.0, "step": 1.0, "group": 'Base', "label": 'Base width (mm)'},
"base_d": {"type": 'float', "default": 20.2... |
swept_462c9bcd_0025 | swept | 1 | 1,177,328,589 | mirror_x | 1 | e18eb498bd9e26ff | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 3420,
"surface_area": 1930,
"principal_moments": [
94600,
1310000,
1380000
],
"n_faces": 3,
"n_edges": 3,
"n_vertices": 2
} | {
"lines": [
"Ø7.6 mm circular section swept along a curved path, ~56.63 mm span."
],
"text": "Ø7.6 mm circular section swept along a curved path, ~56.63 mm span."
} | {
"path_w": {
"type": "float",
"default": 56.63,
"min": 28.3,
"max": 101.9,
"step": 1,
"group": "Path",
"label": "Path width (mm)"
},
"path_h": {
"type": "float",
"default": 55,
"min": 27.5,
"max": 99,
"step": 1,
"group": "Path",
"label": "Path length (mm)"
... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328589 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"path_w": {"type": 'float', "default": 56.63, "min": 28.3, "max": 101.9, "step": 1.0, "group": 'Path', "label": 'Path width (mm)'},
"path_h": {"type": 'float', "default": 5... |
compound_462c9bce_0026 | compound | 1 | 1,177,328,590 | none | 2 | a7d5e6e226a0c394 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 113000,
"surface_area": 17000,
"principal_moments": [
40000000,
55299999.99999999,
55299999.99999999
],
"n_faces": 10,
"n_edges": 21,
"n_vertices": 14
} | {
"lines": [
"Lofted body through 2 sections: Ø65 mm circular section → 28.1 × 28.1 mm rectangular section.",
"Ø17.3 mm circular section attachment, 20.8 mm long, from top face with a Ø9.4 mm bore."
],
"text": "Lofted body through 2 sections: Ø65 mm circular section → 28.1 × 28.1 mm rectangular section. Ø... | {
"adapter_base": {
"type": "float",
"default": 65,
"min": 39,
"max": 97.5,
"step": 1,
"group": "Body",
"label": "Base size (mm)"
},
"adapter_top": {
"type": "float",
"default": 28.1,
"min": 14.1,
"max": 65,
"step": 1,
"group": "Body",
"label": "Top size (mm... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328590 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"adapter_base": {"type": 'float', "default": 65, "min": 39.0, "max": 97.5, "step": 1.0, "group": 'Body', "label": 'Base size (mm)'},
"adapter_top": {"type": 'float', "defau... |
compound_462c9bcf_0027 | compound | 1 | 1,177,328,591 | mirror_x | 2 | 87088bc8f3f5eab1 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 118000,
"surface_area": 17200,
"principal_moments": [
38700000,
57099999.99999999,
58699999.99999999
],
"n_faces": 14,
"n_edges": 33,
"n_vertices": 22
} | {
"lines": [
"Rectangular body, 60 × 43.4 × 45.3 mm (W×D×H).",
"6-sided polygon section, 13 mm across corners attachment, 25.2 mm long, from left face with a Ø6.2 mm bore."
],
"text": "Rectangular body, 60 × 43.4 × 45.3 mm (W×D×H). 6-sided polygon section, 13 mm across corners attachment, 25.2 mm long, fr... | {
"block_w": {
"type": "float",
"default": 60,
"min": 15,
"max": 100,
"step": 1,
"group": "Body",
"label": "Block width (mm)"
},
"block_d": {
"type": "float",
"default": 43.4,
"min": 10,
"max": 100,
"step": 1,
"group": "Body",
"label": "Block depth (mm)"
}... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328591 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"block_w": {"type": 'float', "default": 60, "min": 15.0, "max": 100.0, "step": 1.0, "group": 'Body', "label": 'Block width (mm)'},
"block_d": {"type": 'float', "default": 4... |
bracket_462c9bd0_0028 | bracket | 2 | 1,177,328,592 | none | 1 | 24e36d8e11e60b49 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 14000,
"surface_area": 6910,
"principal_moments": [
2070000,
9110000,
10300000
],
"n_faces": 14,
"n_edges": 37,
"n_vertices": 24
} | {
"lines": [
"L-bracket: base leg 75.85 mm, vertical leg 52 mm, 20 mm wide, 5 mm thick; 1 × Ø5.3 mm hole per leg; 6.9 mm corner gusset."
],
"text": "L-bracket: base leg 75.85 mm, vertical leg 52 mm, 20 mm wide, 5 mm thick; 1 × Ø5.3 mm hole per leg; 6.9 mm corner gusset."
} | {
"base_len": {
"type": "float",
"default": 75.85,
"min": 25,
"max": 90,
"step": 1,
"group": "Body",
"label": "Base leg length (mm)"
},
"vert_len": {
"type": "float",
"default": 52,
"min": 25,
"max": 90,
"step": 1,
"group": "Body",
"label": "Vertical leg len... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328592 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"base_len": {"type": 'float', "default": 75.85, "min": 25.0, "max": 90.0, "step": 1.0, "group": 'Body', "label": 'Base leg length (mm)'},
"vert_len": {"type": 'float', "def... |
profiled_462c9bd1_0029 | profiled | 1 | 1,177,328,593 | mirror_xy | 1 | 443682998a380471 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 32900,
"surface_area": 8510,
"principal_moments": [
2360000,
22500000,
22500000
],
"n_faces": 5,
"n_edges": 9,
"n_vertices": 6
} | {
"lines": [
"3-sided polygon section, 33.86 mm across corners, extruded 88.3 mm thick."
],
"text": "3-sided polygon section, 33.86 mm across corners, extruded 88.3 mm thick."
} | {
"circ_r": {
"type": "float",
"default": 16.93,
"min": 8.5,
"max": 33.9,
"step": 1,
"group": "Profile",
"label": "Circumscribed radius (mm)"
},
"n_sides": {
"type": "int",
"default": 3,
"min": 3,
"max": 8,
"step": 1,
"group": "Profile",
"label": "Sides"
}... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328593 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"circ_r": {"type": 'float', "default": 16.93, "min": 8.5, "max": 33.9, "step": 1.0, "group": 'Profile', "label": 'Circumscribed radius (mm)'},
"n_sides": {"type": 'int', "d... |
bracket_462c9bd2_0030 | bracket | 1 | 1,177,328,594 | mirror_xy | 1 | fc82880a3aaca407 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 25700,
"surface_area": 10600,
"principal_moments": [
6740000,
15899999.999999998,
16099999.999999998
],
"n_faces": 10,
"n_edges": 24,
"n_vertices": 16
} | {
"lines": [
"L-bracket: base leg 57 mm, vertical leg 57.3 mm, 40 mm wide, 6 mm thick; 1 × Ø5.3 mm hole per leg."
],
"text": "L-bracket: base leg 57 mm, vertical leg 57.3 mm, 40 mm wide, 6 mm thick; 1 × Ø5.3 mm hole per leg."
} | {
"base_len": {
"type": "float",
"default": 57,
"min": 25,
"max": 90,
"step": 1,
"group": "Body",
"label": "Base leg length (mm)"
},
"vert_len": {
"type": "float",
"default": 57.3,
"min": 25,
"max": 90,
"step": 1,
"group": "Body",
"label": "Vertical leg leng... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328594 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"base_len": {"type": 'float', "default": 57.0, "min": 25.0, "max": 90.0, "step": 1.0, "group": 'Body', "label": 'Base leg length (mm)'},
"vert_len": {"type": 'float', "defa... |
block_462c9bd3_0031 | block | 2 | 1,177,328,595 | mirror_xy | 3 | 5b3ca20b057edb1e | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 21400,
"surface_area": 7470,
"principal_moments": [
2810000,
3820000,
4760000
],
"n_faces": 20,
"n_edges": 57,
"n_vertices": 38
} | {
"lines": [
"Rectangular body, 37.58 × 21.4 × 32.6 mm (W×D×H).",
"Seven Ø2.1 mm holes in two staggered rows, 9.4 × 8.3 mm pitch.",
"Pocket 19.8 × 12.4 mm, 17.4 mm deep, in top face."
],
"text": "Rectangular body, 37.58 × 21.4 × 32.6 mm (W×D×H). Seven Ø2.1 mm holes in two staggered rows, 9.4 × 8.3 mm ... | {
"block_w": {
"type": "float",
"default": 37.58,
"min": 15,
"max": 100,
"step": 1,
"group": "Body",
"label": "Block width (mm)"
},
"block_d": {
"type": "float",
"default": 21.4,
"min": 6,
"max": 100,
"step": 1,
"group": "Body",
"label": "Block depth (mm)"
... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328595 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"block_w": {"type": 'float', "default": 37.58, "min": 15.0, "max": 100.0, "step": 1.0, "group": 'Body', "label": 'Block width (mm)'},
"block_d": {"type": 'float', "default"... |
sketched_462c9bd4_0032 | sketched | 0 | 1,177,328,596 | none | 1 | 9281a2c405978135 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 25900,
"surface_area": 5340,
"principal_moments": [
3020000,
4480000,
6010000
],
"n_faces": 9,
"n_edges": 21,
"n_vertices": 14
} | {
"lines": [
"freeform sketched section (7 segments: 3 straight, 2 arcs, 2 curves), ~46.074 × 39.32 mm, extruded 18.55 mm thick."
],
"text": "freeform sketched section (7 segments: 3 straight, 2 arcs, 2 curves), ~46.074 × 39.32 mm, extruded 18.55 mm thick."
} | {
"sk_w": {
"type": "float",
"default": 55,
"min": 27.5,
"max": 99,
"step": 1,
"group": "Sketch",
"label": "Sketch width (mm)"
},
"sk_h": {
"type": "float",
"default": 50,
"min": 25,
"max": 90,
"step": 1,
"group": "Sketch",
"label": "Sketch height (mm)"
},... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328596 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"sk_w": {"type": 'float', "default": 55, "min": 27.5, "max": 99.0, "step": 1.0, "group": 'Sketch', "label": 'Sketch width (mm)'},
"sk_h": {"type": 'float', "default": 50, "... |
plate_462c9bd5_0033 | plate | 1 | 1,177,328,597 | none | 2 | 71bd91e5f068da04 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 63100,
"surface_area": 15500,
"principal_moments": [
13199999.999999998,
64699999.99999999,
76400000
],
"n_faces": 13,
"n_edges": 33,
"n_vertices": 22
} | {
"lines": [
"Rectangular body, 110 × 48.7 × 12 mm (W×D×H).",
"Seven Ø4.3 mm holes in two staggered rows, 27.5 × 26.7 mm pitch."
],
"text": "Rectangular body, 110 × 48.7 × 12 mm (W×D×H). Seven Ø4.3 mm holes in two staggered rows, 27.5 × 26.7 mm pitch."
} | {
"plate_w": {
"type": "float",
"default": 110,
"min": 20,
"max": 120,
"step": 1,
"group": "Body",
"label": "Plate width (mm)"
},
"plate_d": {
"type": "float",
"default": 48.7,
"min": 8,
"max": 120,
"step": 1,
"group": "Body",
"label": "Plate depth (mm)"
}... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328597 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"plate_w": {"type": 'float', "default": 110, "min": 20.0, "max": 120.0, "step": 1.0, "group": 'Body', "label": 'Plate width (mm)'},
"plate_d": {"type": 'float', "default": ... |
tapped_462c9bd6_0034 | tapped | 1 | 1,177,328,598 | mirror_xy | 1 | 102d631b7e93a217 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 10300,
"surface_area": 3810,
"principal_moments": [
915000,
915000,
1200000
],
"n_faces": 128,
"n_edges": 356,
"n_vertices": 230
} | {
"lines": [
"One M12x1.75 tapped hole in a cylinder."
],
"text": "One M12x1.75 tapped hole in a cylinder."
} | {
"major_d": {
"type": "float",
"default": 12,
"min": 3,
"max": 24,
"step": 0.5,
"group": "Thread",
"label": "Thread major Ø (mm)"
},
"pitch": {
"type": "float",
"default": 1.75,
"min": 0.35000000000000003,
"max": 3.5,
"step": 0.05,
"group": "Thread",
"label... | import cadquery as cq
from bd_warehouse import thread as _bdt
import build123d as _bd
# Generated by CadQuarry v0.6.0 — seed 1177328598 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"major_d": {"type": 'float', "default": 12.0, "min": 3.0, "max": 24.0, "step": 0.5, "group": 'Thread', "label": ... |
block_462c9bd7_0035 | block | 2 | 1,177,328,599 | none | 3 | f1c2a5f5a8701943 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 204000,
"surface_area": 37800,
"principal_moments": [
121000000,
158000000,
160000000
],
"n_faces": 27,
"n_edges": 72,
"n_vertices": 48
} | {
"lines": [
"Rectangular body, 73.83 × 57.6 × 61.8 mm (W×D×H).",
"Four 10.1 mm square holes at the corners, 51.681 × 40.32 mm spacing.",
"Pocket 37.9 × 32.5 mm, 27.2 mm deep, in top face."
],
"text": "Rectangular body, 73.83 × 57.6 × 61.8 mm (W×D×H). Four 10.1 mm square holes at the corners, 51.681 ×... | {
"block_w": {
"type": "float",
"default": 73.83,
"min": 15,
"max": 100,
"step": 1,
"group": "Body",
"label": "Block width (mm)"
},
"block_d": {
"type": "float",
"default": 57.6,
"min": 6,
"max": 100,
"step": 1,
"group": "Body",
"label": "Block depth (mm)"
... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328599 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"block_w": {"type": 'float', "default": 73.83, "min": 15.0, "max": 100.0, "step": 1.0, "group": 'Body', "label": 'Block width (mm)'},
"block_d": {"type": 'float', "default"... |
ribbed_462c9bd8_0036 | ribbed | 1 | 1,177,328,600 | mirror_xy | 2 | 538d7241ce5eb9e7 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 28000,
"surface_area": 11100,
"principal_moments": [
4770000,
7630000,
10900000
],
"n_faces": 46,
"n_edges": 112,
"n_vertices": 68
} | {
"lines": [
"Rectangular body, 54.57 × 40.1 × 8 mm (W×D×H).",
"Five ribs, 4.6 mm thick, 10.5 mm tall."
],
"text": "Rectangular body, 54.57 × 40.1 × 8 mm (W×D×H). Five ribs, 4.6 mm thick, 10.5 mm tall."
} | {
"base_w": {
"type": "float",
"default": 54.57,
"min": 20,
"max": 120,
"step": 1,
"group": "Base",
"label": "Base width (mm)"
},
"base_d": {
"type": "float",
"default": 40.1,
"min": 15,
"max": 120,
"step": 1,
"group": "Base",
"label": "Base depth (mm)"
},... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328600 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"base_w": {"type": 'float', "default": 54.57, "min": 20.0, "max": 120.0, "step": 1.0, "group": 'Base', "label": 'Base width (mm)'},
"base_d": {"type": 'float', "default": 4... |
bracket_462c9bd9_0037 | bracket | 2 | 1,177,328,601 | mirror_xy | 1 | bdd619722325dbf1 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 42400,
"surface_area": 13200,
"principal_moments": [
14799999.999999998,
15999999.999999998,
26899999.999999996
],
"n_faces": 12,
"n_edges": 30,
"n_vertices": 20
} | {
"lines": [
"Z-bracket: base leg 35 mm, vertical leg 39.6 mm, top leg 30.3 mm, 60 mm wide, 8 mm thick; 1 × Ø4.3 mm hole per leg; 7.4 mm corner gusset."
],
"text": "Z-bracket: base leg 35 mm, vertical leg 39.6 mm, top leg 30.3 mm, 60 mm wide, 8 mm thick; 1 × Ø4.3 mm hole per leg; 7.4 mm corner gusset."
} | {
"base_len": {
"type": "float",
"default": 35,
"min": 25,
"max": 90,
"step": 1,
"group": "Body",
"label": "Base leg length (mm)"
},
"vert_len": {
"type": "float",
"default": 39.6,
"min": 25,
"max": 90,
"step": 1,
"group": "Body",
"label": "Vertical leg leng... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328601 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"base_len": {"type": 'float', "default": 35, "min": 25.0, "max": 90.0, "step": 1.0, "group": 'Body', "label": 'Base leg length (mm)'},
"vert_len": {"type": 'float', "defaul... |
compound_462c9bda_0038 | compound | 1 | 1,177,328,602 | mirror_xy | 2 | ff96c60b63f5be7a | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 8790,
"surface_area": 4110,
"principal_moments": [
801000,
1010000,
1020000
],
"n_faces": 10,
"n_edges": 21,
"n_vertices": 14
} | {
"lines": [
"5-sided polygon section, 32.82 mm across corners, extruded 10.1 mm thick.",
"Ø17.1 mm circular section attachment, 20 mm long, from top face with a Ø9.8 mm bore."
],
"text": "5-sided polygon section, 32.82 mm across corners, extruded 10.1 mm thick. Ø17.1 mm circular section attachment, 20 mm... | {
"base_sides": {
"type": "int",
"default": 5,
"min": 3,
"max": 8,
"step": 1,
"group": "Base",
"label": "Base sides"
},
"base_r": {
"type": "float",
"default": 16.41,
"min": 9.8,
"max": 26.3,
"step": 1,
"group": "Base",
"label": "Base circumradius (mm)"
},... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328602 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"base_sides": {"type": 'int', "default": 5, "min": 3, "max": 8, "step": 1, "group": 'Base', "label": 'Base sides'},
"base_r": {"type": 'float', "default": 16.41, "min": 9.8... |
block_462c9bdb_0039 | block | 2 | 1,177,328,603 | none | 3 | 2551a7597af8cdbf | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 471000,
"surface_area": 42900,
"principal_moments": [
435000000,
473000000,
605000000
],
"n_faces": 17,
"n_edges": 45,
"n_vertices": 30
} | {
"lines": [
"Rectangular body, 85 × 62 × 90.5 mm (W×D×H).",
"Seven Ø3.2 mm holes in two staggered rows, 21.2 × 20.2 mm pitch.",
"Fillet radius 3.015 mm on vertical edges."
],
"text": "Rectangular body, 85 × 62 × 90.5 mm (W×D×H). Seven Ø3.2 mm holes in two staggered rows, 21.2 × 20.2 mm pitch. Fillet ... | {
"block_w": {
"type": "float",
"default": 85,
"min": 15,
"max": 100,
"step": 1,
"group": "Body",
"label": "Block width (mm)"
},
"block_d": {
"type": "float",
"default": 62,
"min": 6,
"max": 100,
"step": 1,
"group": "Body",
"label": "Block depth (mm)"
},
... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328603 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"block_w": {"type": 'float', "default": 85, "min": 15.0, "max": 100.0, "step": 1.0, "group": 'Body', "label": 'Block width (mm)'},
"block_d": {"type": 'float', "default": 6... |
tapped_462c9bdc_0040 | tapped | 0 | 1,177,328,604 | mirror_x | 1 | 2f9c6ca06d5258fd | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 13800,
"surface_area": 4210,
"principal_moments": [
1350000,
1350000,
2040000
],
"n_faces": 118,
"n_edges": 320,
"n_vertices": 204
} | {
"lines": [
"One M8x1.25 tapped hole in a plate."
],
"text": "One M8x1.25 tapped hole in a plate."
} | {
"major_d": {
"type": "float",
"default": 8,
"min": 3,
"max": 24,
"step": 0.5,
"group": "Thread",
"label": "Thread major Ø (mm)"
},
"pitch": {
"type": "float",
"default": 1.25,
"min": 0.35000000000000003,
"max": 3.5,
"step": 0.05,
"group": "Thread",
"label"... | import cadquery as cq
from bd_warehouse import thread as _bdt
import build123d as _bd
# Generated by CadQuarry v0.6.0 — seed 1177328604 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"major_d": {"type": 'float', "default": 8.0, "min": 3.0, "max": 24.0, "step": 0.5, "group": 'Thread', "label": '... |
plate_462c9bdd_0041 | plate | 1 | 1,177,328,605 | mirror_xy | 2 | d8b5555ae6bf6cfc | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 21700,
"surface_area": 7560,
"principal_moments": [
3940000,
6560000,
10300000
],
"n_faces": 10,
"n_edges": 24,
"n_vertices": 16
} | {
"lines": [
"Rectangular body, 60 × 46.2 × 8 mm (W×D×H).",
"Four Ø4.3 mm holes at the corners, 42 × 32.34 mm spacing."
],
"text": "Rectangular body, 60 × 46.2 × 8 mm (W×D×H). Four Ø4.3 mm holes at the corners, 42 × 32.34 mm spacing."
} | {
"plate_w": {
"type": "float",
"default": 60,
"min": 20,
"max": 120,
"step": 1,
"group": "Body",
"label": "Plate width (mm)"
},
"plate_d": {
"type": "float",
"default": 46.2,
"min": 8,
"max": 120,
"step": 1,
"group": "Body",
"label": "Plate depth (mm)"
},... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328605 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"plate_w": {"type": 'float', "default": 60, "min": 20.0, "max": 120.0, "step": 1.0, "group": 'Body', "label": 'Plate width (mm)'},
"plate_d": {"type": 'float', "default": 4... |
compound_462c9bde_0042 | compound | 1 | 1,177,328,606 | mirror_x | 2 | 0e4be3e977a5528c | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 10400,
"surface_area": 3990,
"principal_moments": [
1010000,
1010000,
1310000
],
"n_faces": 13,
"n_edges": 30,
"n_vertices": 20
} | {
"lines": [
"8-sided polygon section, 36.04 mm across corners, extruded 9.2 mm thick.",
"Ø15 mm circular section attachment, 15.2 mm long, from top face with a Ø6.3 mm bore."
],
"text": "8-sided polygon section, 36.04 mm across corners, extruded 9.2 mm thick. Ø15 mm circular section attachment, 15.2 mm l... | {
"base_sides": {
"type": "int",
"default": 8,
"min": 3,
"max": 8,
"step": 1,
"group": "Base",
"label": "Base sides"
},
"base_r": {
"type": "float",
"default": 18.02,
"min": 10.8,
"max": 28.8,
"step": 1,
"group": "Base",
"label": "Base circumradius (mm)"
}... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328606 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"base_sides": {"type": 'int', "default": 8, "min": 3, "max": 8, "step": 1, "group": 'Base', "label": 'Base sides'},
"base_r": {"type": 'float', "default": 18.02, "min": 10.... |
lofted_462c9be0_0044 | lofted | 1 | 1,177,328,608 | none | 2 | 3f2136df084fcb2c | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 185000,
"surface_area": 26900,
"principal_moments": [
112000000,
137000000,
137000000
],
"n_faces": 13,
"n_edges": 33,
"n_vertices": 22
} | {
"lines": [
"Lofted body through 2 sections: 67.91 × 67.91 mm rectangular section → 6-sided polygon section, 46.3 mm across corners.",
"One Ø24.7 mm hole in a 1×1 grid, 10 × 10 mm pitch."
],
"text": "Lofted body through 2 sections: 67.91 × 67.91 mm rectangular section → 6-sided polygon section, 46.3 mm a... | {
"loft_base": {
"type": "float",
"default": 67.91,
"min": 34,
"max": 108.7,
"step": 1,
"group": "Body",
"label": "Base size (mm)"
},
"loft_top": {
"type": "float",
"default": 46.3,
"min": 18.5,
"max": 81.5,
"step": 1,
"group": "Body",
"label": "Top size (mm... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328608 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"loft_base": {"type": 'float', "default": 67.91, "min": 34.0, "max": 108.7, "step": 1.0, "group": 'Body', "label": 'Base size (mm)'},
"loft_top": {"type": 'float', "default... |
enclosure_462c9be1_0045 | enclosure | 2 | 1,177,328,609 | mirror_xy | 4 | 41d627e858a30ccf | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 83100,
"surface_area": 36300,
"principal_moments": [
77200000,
78700000,
117000000
],
"n_faces": 23,
"n_edges": 60,
"n_vertices": 40
} | {
"lines": [
"Rectangular body, 75 × 73.9 × 48.5 mm (W×D×H).",
"Hollowed to 4.7 mm wall thickness, open at top face.",
"Four Ø4.3 mm holes at the corners, 52.5 × 51.73 mm spacing.",
"Fillet radius 4.363 mm on vertical edges."
],
"text": "Rectangular body, 75 × 73.9 × 48.5 mm (W×D×H). Hollowed to 4... | {
"enc_w": {
"type": "float",
"default": 75,
"min": 30,
"max": 120,
"step": 1,
"group": "Body",
"label": "Enclosure width (mm)"
},
"enc_d": {
"type": "float",
"default": 73.9,
"min": 12,
"max": 120,
"step": 1,
"group": "Body",
"label": "Enclosure depth (mm)"... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328609 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"enc_w": {"type": 'float', "default": 75, "min": 30.0, "max": 120.0, "step": 1.0, "group": 'Body', "label": 'Enclosure width (mm)'},
"enc_d": {"type": 'float', "default": 7... |
plate_462c9be2_0046 | plate | 1 | 1,177,328,610 | mirror_xy | 2 | 283f6a96527ca978 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 2190,
"surface_area": 1920,
"principal_moments": [
86600,
221000,
304000
],
"n_faces": 10,
"n_edges": 24,
"n_vertices": 16
} | {
"lines": [
"Rectangular body, 35 × 21.8 × 3 mm (W×D×H).",
"Four Ø3.2 mm holes at the corners, 24.5 × 15.26 mm spacing."
],
"text": "Rectangular body, 35 × 21.8 × 3 mm (W×D×H). Four Ø3.2 mm holes at the corners, 24.5 × 15.26 mm spacing."
} | {
"plate_w": {
"type": "float",
"default": 35,
"min": 20,
"max": 120,
"step": 1,
"group": "Body",
"label": "Plate width (mm)"
},
"plate_d": {
"type": "float",
"default": 21.8,
"min": 8,
"max": 120,
"step": 1,
"group": "Body",
"label": "Plate depth (mm)"
},... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328610 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"plate_w": {"type": 'float', "default": 35, "min": 20.0, "max": 120.0, "step": 1.0, "group": 'Body', "label": 'Plate width (mm)'},
"plate_d": {"type": 'float', "default": 2... |
revolved_462c9be3_0047 | revolved | 0 | 1,177,328,611 | radial | 1 | d3078671edc86343 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 6260,
"surface_area": 3540,
"principal_moments": [
276000,
754000,
754000
],
"n_faces": 3,
"n_edges": 4,
"n_vertices": 3
} | {
"lines": [
"Revolved body, Ø17.14 mm × 40.7 mm tall."
],
"text": "Revolved body, Ø17.14 mm × 40.7 mm tall."
} | {
"outer_d": {
"type": "float",
"default": 17.14,
"min": 6,
"max": 80,
"step": 1,
"group": "Body",
"label": "Outer diameter (mm)"
},
"length": {
"type": "float",
"default": 40.7,
"min": 12.2,
"max": 122.1,
"step": 1,
"group": "Body",
"label": "Length (mm)"
... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328611 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"outer_d": {"type": 'float', "default": 17.14, "min": 6.0, "max": 80.0, "step": 1.0, "group": 'Body', "label": 'Outer diameter (mm)'},
"length": {"type": 'float', "default"... |
gear_462c9be4_0048 | gear | 1 | 1,177,328,612 | none | 1 | 399706b42092a58b | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 7480,
"surface_area": 3560,
"principal_moments": [
522000,
522000,
889000
],
"n_faces": 93,
"n_edges": 273,
"n_vertices": 182
} | {
"lines": [
"Spur gear, module 2 mm, 15 teeth (pitch Ø30 mm), face width 11.1 mm, Ø4.3 mm bore."
],
"text": "Spur gear, module 2 mm, 15 teeth (pitch Ø30 mm), face width 11.1 mm, Ø4.3 mm bore."
} | {
"module": {
"type": "float",
"default": 2,
"min": 1,
"max": 6,
"step": 0.25,
"group": "Gear",
"label": "Module (mm)"
},
"teeth": {
"type": "int",
"default": 15,
"min": 10,
"max": 40,
"step": 1,
"group": "Gear",
"label": "Number of teeth"
},
"gear_w": {... | import cadquery as cq
import math
import py_gearworks as _gw
# Generated by CadQuarry v0.6.0 — seed 1177328612 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"module": {"type": 'float', "default": 2.0, "min": 1.0, "max": 6.0, "step": 0.25, "group": 'Gear', "label": 'Module (mm)'},
"teeth": ... |
enclosure_462c9be5_0049 | enclosure | 3 | 1,177,328,613 | mirror_x | 4 | a03c7bcb4040c8ee | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 165000,
"surface_area": 79300,
"principal_moments": [
293000000,
395000000,
503000000
],
"n_faces": 23,
"n_edges": 60,
"n_vertices": 40
} | {
"lines": [
"Rectangular body, 120 × 93.3 × 73.7 mm (W×D×H).",
"Hollowed to 4.2 mm wall thickness, open at top face.",
"Four Ø10.5 mm holes at the corners, 84 × 65.31 mm spacing.",
"Fillet radius 6.538 mm on vertical edges."
],
"text": "Rectangular body, 120 × 93.3 × 73.7 mm (W×D×H). Hollowed to ... | {
"enc_w": {
"type": "float",
"default": 120,
"min": 30,
"max": 120,
"step": 1,
"group": "Body",
"label": "Enclosure width (mm)"
},
"enc_d": {
"type": "float",
"default": 93.3,
"min": 12,
"max": 120,
"step": 1,
"group": "Body",
"label": "Enclosure depth (mm)... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328613 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"enc_w": {"type": 'float', "default": 120.0, "min": 30.0, "max": 120.0, "step": 1.0, "group": 'Body', "label": 'Enclosure width (mm)'},
"enc_d": {"type": 'float', "default"... |
block_462c9be6_0050 | block | 2 | 1,177,328,614 | none | 3 | cd6740f76ef4aba8 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 1780,
"surface_area": 1520,
"principal_moments": [
36400,
67900,
82100
],
"n_faces": 15,
"n_edges": 48,
"n_vertices": 32
} | {
"lines": [
"Rectangular body, 19.15 × 8.4 × 13.7 mm (W×D×H).",
"Four Ø1.9 mm holes at the corners, 13.405 × 5.88 mm spacing.",
"Pocket 12.6 × 4.6 mm, 4.6 mm deep, in top face."
],
"text": "Rectangular body, 19.15 × 8.4 × 13.7 mm (W×D×H). Four Ø1.9 mm holes at the corners, 13.405 × 5.88 mm spacing. P... | {
"block_w": {
"type": "float",
"default": 19.15,
"min": 15,
"max": 100,
"step": 1,
"group": "Body",
"label": "Block width (mm)"
},
"block_d": {
"type": "float",
"default": 8.4,
"min": 6,
"max": 100,
"step": 1,
"group": "Body",
"label": "Block depth (mm)"
... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328614 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"block_w": {"type": 'float', "default": 19.15, "min": 15.0, "max": 100.0, "step": 1.0, "group": 'Body', "label": 'Block width (mm)'},
"block_d": {"type": 'float', "default"... |
flanged_462c9be7_0051 | flanged | 3 | 1,177,328,615 | none | 2 | 42c558b9972c8baf | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 646000,
"surface_area": 89500,
"principal_moments": [
1420000000,
1420000000,
2590000000
],
"n_faces": 12,
"n_edges": 27,
"n_vertices": 18
} | {
"lines": [
"Revolved body, Ø100 mm × 50.1 mm tall with Ø44.9 mm bore, Ø201.6 mm × 14 mm flange.",
"Six Ø8.4 mm holes on a Ø121 mm bolt circle."
],
"text": "Revolved body, Ø100 mm × 50.1 mm tall with Ø44.9 mm bore, Ø201.6 mm × 14 mm flange. Six Ø8.4 mm holes on a Ø121 mm bolt circle."
} | {
"outer_d": {
"type": "float",
"default": 100,
"min": 20,
"max": 100,
"step": 1,
"group": "Body",
"label": "Outer diameter (mm)"
},
"length": {
"type": "float",
"default": 50.1,
"min": 15,
"max": 125.2,
"step": 1,
"group": "Body",
"label": "Length (mm)"
}... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328615 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"outer_d": {"type": 'float', "default": 100.0, "min": 20.0, "max": 100.0, "step": 1.0, "group": 'Body', "label": 'Outer diameter (mm)'},
"length": {"type": 'float', "defaul... |
bracket_462c9be8_0052 | bracket | 1 | 1,177,328,616 | none | 1 | c94901078075199e | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 5910,
"surface_area": 3210,
"principal_moments": [
457000,
802000,
1020000
],
"n_faces": 13,
"n_edges": 33,
"n_vertices": 22
} | {
"lines": [
"C-channel bracket: base leg 30 mm, vertical leg 25 mm, 15.12 mm wide, 6 mm thick; 1 × Ø4.3 mm hole per leg."
],
"text": "C-channel bracket: base leg 30 mm, vertical leg 25 mm, 15.12 mm wide, 6 mm thick; 1 × Ø4.3 mm hole per leg."
} | {
"base_len": {
"type": "float",
"default": 30,
"min": 25,
"max": 90,
"step": 1,
"group": "Body",
"label": "Base leg length (mm)"
},
"vert_len": {
"type": "float",
"default": 25,
"min": 25,
"max": 90,
"step": 1,
"group": "Body",
"label": "Vertical leg length... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328616 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"base_len": {"type": 'float', "default": 30, "min": 25.0, "max": 90.0, "step": 1.0, "group": 'Body', "label": 'Base leg length (mm)'},
"vert_len": {"type": 'float', "defaul... |
plate_462c9be9_0053 | plate | 0 | 1,177,328,617 | mirror_x | 1 | 4aa64db41de7605f | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 92000,
"surface_area": 22200,
"principal_moments": [
63799999.99999999,
79500000,
142000000
],
"n_faces": 6,
"n_edges": 12,
"n_vertices": 8
} | {
"lines": [
"Rectangular body, 101.38 × 90.7 × 10 mm (W×D×H)."
],
"text": "Rectangular body, 101.38 × 90.7 × 10 mm (W×D×H)."
} | {
"plate_w": {
"type": "float",
"default": 101.38,
"min": 20,
"max": 120,
"step": 1,
"group": "Body",
"label": "Plate width (mm)"
},
"plate_d": {
"type": "float",
"default": 90.7,
"min": 8,
"max": 120,
"step": 1,
"group": "Body",
"label": "Plate depth (mm)"
... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328617 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"plate_w": {"type": 'float', "default": 101.38, "min": 20.0, "max": 120.0, "step": 1.0, "group": 'Body', "label": 'Plate width (mm)'},
"plate_d": {"type": 'float', "default... |
profiled_462c9bea_0054 | profiled | 0 | 1,177,328,618 | mirror_xy | 1 | cd129ef7535e6efd | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 33900,
"surface_area": 7440,
"principal_moments": [
1900000,
27299999.999999996,
27299999.999999996
],
"n_faces": 8,
"n_edges": 18,
"n_vertices": 12
} | {
"lines": [
"6-sided polygon section, 23.22 mm across corners, extruded 96.7 mm thick."
],
"text": "6-sided polygon section, 23.22 mm across corners, extruded 96.7 mm thick."
} | {
"circ_r": {
"type": "float",
"default": 11.61,
"min": 5.8,
"max": 23.2,
"step": 1,
"group": "Profile",
"label": "Circumscribed radius (mm)"
},
"n_sides": {
"type": "int",
"default": 6,
"min": 3,
"max": 8,
"step": 1,
"group": "Profile",
"label": "Sides"
}... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328618 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"circ_r": {"type": 'float', "default": 11.61, "min": 5.8, "max": 23.2, "step": 1.0, "group": 'Profile', "label": 'Circumscribed radius (mm)'},
"n_sides": {"type": 'int', "d... |
compound_462c9beb_0055 | compound | 2 | 1,177,328,619 | none | 5 | 24f6c44600e704bc | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 123000,
"surface_area": 20100,
"principal_moments": [
44400000,
58199999.99999999,
75500000
],
"n_faces": 20,
"n_edges": 47,
"n_vertices": 30
} | {
"lines": [
"Rectangular body, 65 × 54.5 × 36 mm (W×D×H).",
"Ø11.4 mm circular section attachment, 6 mm long, from right face with a Ø6.9 mm bore.",
"Ø11.4 mm circular section attachment, 6 mm long, from back face with a Ø6.9 mm bore.",
"Ø11.4 mm circular section attachment, 6 mm long, from left face... | {
"block_w": {
"type": "float",
"default": 65,
"min": 20,
"max": 120,
"step": 1,
"group": "Body",
"label": "Body width (mm)"
},
"block_d": {
"type": "float",
"default": 54.5,
"min": 15,
"max": 120,
"step": 1,
"group": "Body",
"label": "Body depth (mm)"
},
... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328619 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"block_w": {"type": 'float', "default": 65, "min": 20.0, "max": 120.0, "step": 1.0, "group": 'Body', "label": 'Body width (mm)'},
"block_d": {"type": 'float', "default": 54... |
threaded_462c9bec_0056 | threaded | 2 | 1,177,328,620 | mirror_xy | 1 | c995ecd952287429 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 11600,
"surface_area": 4230,
"principal_moments": [
688000,
1310000,
1320000
],
"n_faces": 70,
"n_edges": 176,
"n_vertices": 108
} | {
"lines": [
"Tr 24x5 external thread, 32.5 mm long."
],
"text": "Tr 24x5 external thread, 32.5 mm long."
} | {
"thread_size": {
"type": "enum",
"default": "24x5",
"choices": [
"8x1.5",
"10x2",
"12x3",
"14x3",
"16x4",
"18x4",
"20x4",
"24x5",
"28x5",
"30x6",
"36x6",
"40x7"
],
"group": "Thread",
"label": "Size designation"
},
"t... | import cadquery as cq
from bd_warehouse import thread as _bdt
import build123d as _bd
# Generated by CadQuarry v0.6.0 — seed 1177328620 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"thread_size": {"type": 'enum', "default": '24x5', "choices": ['8x1.5', '10x2', '12x3', '14x3', '16x4', '18x4', ... |
bracket_462c9bed_0057 | bracket | 2 | 1,177,328,621 | mirror_xy | 1 | 0355bdb786e9fb8f | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 29800,
"surface_area": 11600,
"principal_moments": [
8680000,
13499999.999999998,
16599999.999999998
],
"n_faces": 14,
"n_edges": 37,
"n_vertices": 24
} | {
"lines": [
"L-bracket: base leg 48.35 mm, vertical leg 52.3 mm, 50 mm wide, 6 mm thick; 1 × Ø3.2 mm hole per leg; 7.2 mm corner gusset."
],
"text": "L-bracket: base leg 48.35 mm, vertical leg 52.3 mm, 50 mm wide, 6 mm thick; 1 × Ø3.2 mm hole per leg; 7.2 mm corner gusset."
} | {
"base_len": {
"type": "float",
"default": 48.35,
"min": 25,
"max": 90,
"step": 1,
"group": "Body",
"label": "Base leg length (mm)"
},
"vert_len": {
"type": "float",
"default": 52.3,
"min": 25,
"max": 90,
"step": 1,
"group": "Body",
"label": "Vertical leg l... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328621 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"base_len": {"type": 'float', "default": 48.35, "min": 25.0, "max": 90.0, "step": 1.0, "group": 'Body', "label": 'Base leg length (mm)'},
"vert_len": {"type": 'float', "def... |
enclosure_462c9bee_0058 | enclosure | 2 | 1,177,328,622 | mirror_x | 3 | 06a42190292b5c8d | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 43300,
"surface_area": 19000,
"principal_moments": [
16099999.999999998,
19600000,
25299999.999999996
],
"n_faces": 19,
"n_edges": 60,
"n_vertices": 40
} | {
"lines": [
"Rectangular body, 55 × 30.6 × 51.8 mm (W×D×H).",
"Hollowed to 5.1 mm wall thickness, open at top face.",
"Four Ø3.2 mm holes at the corners, 38.5 × 21.42 mm spacing."
],
"text": "Rectangular body, 55 × 30.6 × 51.8 mm (W×D×H). Hollowed to 5.1 mm wall thickness, open at top face. Four Ø3.2... | {
"enc_w": {
"type": "float",
"default": 55,
"min": 30,
"max": 120,
"step": 1,
"group": "Body",
"label": "Enclosure width (mm)"
},
"enc_d": {
"type": "float",
"default": 30.6,
"min": 12,
"max": 120,
"step": 1,
"group": "Body",
"label": "Enclosure depth (mm)"... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328622 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"enc_w": {"type": 'float', "default": 55, "min": 30.0, "max": 120.0, "step": 1.0, "group": 'Body', "label": 'Enclosure width (mm)'},
"enc_d": {"type": 'float', "default": 3... |
bracket_462c9bef_0059 | bracket | 1 | 1,177,328,623 | none | 1 | 23cc0ceb01c47c28 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 41900,
"surface_area": 16300,
"principal_moments": [
19200000,
22300000,
25599999.999999996
],
"n_faces": 13,
"n_edges": 33,
"n_vertices": 22
} | {
"lines": [
"C-channel bracket: base leg 47.62 mm, vertical leg 44 mm, 56.7 mm wide, 6 mm thick; 1 × Ø3.2 mm hole per leg."
],
"text": "C-channel bracket: base leg 47.62 mm, vertical leg 44 mm, 56.7 mm wide, 6 mm thick; 1 × Ø3.2 mm hole per leg."
} | {
"base_len": {
"type": "float",
"default": 47.62,
"min": 25,
"max": 90,
"step": 1,
"group": "Body",
"label": "Base leg length (mm)"
},
"vert_len": {
"type": "float",
"default": 44,
"min": 25,
"max": 90,
"step": 1,
"group": "Body",
"label": "Vertical leg len... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328623 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"base_len": {"type": 'float', "default": 47.62, "min": 25.0, "max": 90.0, "step": 1.0, "group": 'Body', "label": 'Base leg length (mm)'},
"vert_len": {"type": 'float', "def... |
gear_462c9bf0_0060 | gear | 0 | 1,177,328,624 | mirror_x | 1 | f4eb4562e996ee12 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 198000,
"surface_area": 30600,
"principal_moments": [
127000000,
127000000,
227000000
],
"n_faces": 116,
"n_edges": 342,
"n_vertices": 228
} | {
"lines": [
"Spur gear, module 5 mm, 19 teeth (pitch Ø95 mm), face width 28.4 mm."
],
"text": "Spur gear, module 5 mm, 19 teeth (pitch Ø95 mm), face width 28.4 mm."
} | {
"module": {
"type": "float",
"default": 5,
"min": 1,
"max": 6,
"step": 0.25,
"group": "Gear",
"label": "Module (mm)"
},
"teeth": {
"type": "int",
"default": 19,
"min": 10,
"max": 40,
"step": 1,
"group": "Gear",
"label": "Number of teeth"
},
"gear_w": {... | import cadquery as cq
import math
import py_gearworks as _gw
# Generated by CadQuarry v0.6.0 — seed 1177328624 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"module": {"type": 'float', "default": 5.0, "min": 1.0, "max": 6.0, "step": 0.25, "group": 'Gear', "label": 'Module (mm)'},
"teeth": ... |
bracket_462c9bf1_0061 | bracket | 1 | 1,177,328,625 | none | 1 | fd87879f9104739f | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 20100,
"surface_area": 8730,
"principal_moments": [
4800000,
16499999.999999998,
19200000
],
"n_faces": 10,
"n_edges": 24,
"n_vertices": 16
} | {
"lines": [
"L-bracket: base leg 65 mm, vertical leg 75.6 mm, 25 mm wide, 6 mm thick; 1 × Ø3.2 mm hole per leg."
],
"text": "L-bracket: base leg 65 mm, vertical leg 75.6 mm, 25 mm wide, 6 mm thick; 1 × Ø3.2 mm hole per leg."
} | {
"base_len": {
"type": "float",
"default": 65,
"min": 25,
"max": 90,
"step": 1,
"group": "Body",
"label": "Base leg length (mm)"
},
"vert_len": {
"type": "float",
"default": 75.6,
"min": 25,
"max": 90,
"step": 1,
"group": "Body",
"label": "Vertical leg leng... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328625 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"base_len": {"type": 'float', "default": 65, "min": 25.0, "max": 90.0, "step": 1.0, "group": 'Body', "label": 'Base leg length (mm)'},
"vert_len": {"type": 'float', "defaul... |
flanged_462c9bf2_0062 | flanged | 2 | 1,177,328,626 | mirror_xy | 3 | c465e7130d202d14 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 228000,
"surface_area": 45200,
"principal_moments": [
224000000,
224000000,
366000000
],
"n_faces": 22,
"n_edges": 47,
"n_vertices": 28
} | {
"lines": [
"Revolved body, Ø70 mm × 43.7 mm tall with Ø27 mm bore, Ø140.8 mm × 7.4 mm flange.",
"Six Ø6.4 mm holes on a Ø84.4 mm bolt circle.",
"Chamfer 0.5 mm on the >Z or <Z edges."
],
"text": "Revolved body, Ø70 mm × 43.7 mm tall with Ø27 mm bore, Ø140.8 mm × 7.4 mm flange. Six Ø6.4 mm holes on a... | {
"outer_d": {
"type": "float",
"default": 70,
"min": 20,
"max": 100,
"step": 1,
"group": "Body",
"label": "Outer diameter (mm)"
},
"length": {
"type": "float",
"default": 43.7,
"min": 13.1,
"max": 109.2,
"step": 1,
"group": "Body",
"label": "Length (mm)"
... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328626 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"outer_d": {"type": 'float', "default": 70, "min": 20.0, "max": 100.0, "step": 1.0, "group": 'Body', "label": 'Outer diameter (mm)'},
"length": {"type": 'float', "default":... |
bracket_462c9bf3_0063 | bracket | 2 | 1,177,328,627 | none | 1 | bf6f7c4edc6bbdad | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 25800,
"surface_area": 10500,
"principal_moments": [
5500000,
11399999.999999998,
15199999.999999998
],
"n_faces": 12,
"n_edges": 30,
"n_vertices": 20
} | {
"lines": [
"Z-bracket: base leg 37.88 mm, vertical leg 28.8 mm, top leg 40.1 mm, 46.12 mm wide, 6 mm thick; 1 × Ø6.4 mm hole per leg; 6.7 mm corner gusset."
],
"text": "Z-bracket: base leg 37.88 mm, vertical leg 28.8 mm, top leg 40.1 mm, 46.12 mm wide, 6 mm thick; 1 × Ø6.4 mm hole per leg; 6.7 mm corner gus... | {
"base_len": {
"type": "float",
"default": 37.88,
"min": 25,
"max": 90,
"step": 1,
"group": "Body",
"label": "Base leg length (mm)"
},
"vert_len": {
"type": "float",
"default": 28.8,
"min": 25,
"max": 90,
"step": 1,
"group": "Body",
"label": "Vertical leg l... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328627 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"base_len": {"type": 'float', "default": 37.88, "min": 25.0, "max": 90.0, "step": 1.0, "group": 'Body', "label": 'Base leg length (mm)'},
"vert_len": {"type": 'float', "def... |
plate_462c9bf4_0064 | plate | 0 | 1,177,328,628 | none | 1 | 258d9f6a812fcd57 | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 113000,
"surface_area": 23400,
"principal_moments": [
78000000,
102000000,
178000000
],
"n_faces": 6,
"n_edges": 12,
"n_vertices": 8
} | {
"lines": [
"Rectangular body, 103.75 × 90.4 × 12 mm (W×D×H)."
],
"text": "Rectangular body, 103.75 × 90.4 × 12 mm (W×D×H)."
} | {
"plate_w": {
"type": "float",
"default": 103.75,
"min": 20,
"max": 120,
"step": 1,
"group": "Body",
"label": "Plate width (mm)"
},
"plate_d": {
"type": "float",
"default": 90.4,
"min": 8,
"max": 120,
"step": 1,
"group": "Body",
"label": "Plate depth (mm)"
... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328628 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"plate_w": {"type": 'float', "default": 103.75, "min": 20.0, "max": 120.0, "step": 1.0, "group": 'Body', "label": 'Plate width (mm)'},
"plate_d": {"type": 'float', "default... |
ribbed_462c9bf5_0065 | ribbed | 1 | 1,177,328,629 | mirror_x | 2 | b07ffd645936a98f | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 34200,
"surface_area": 23400,
"principal_moments": [
11000000,
17200000,
24999999.999999996
],
"n_faces": 54,
"n_edges": 132,
"n_vertices": 80
} | {
"lines": [
"Rectangular body, 76.68 × 48.8 × 3 mm (W×D×H).",
"Six ribs, 3.3 mm thick, 18.9 mm tall."
],
"text": "Rectangular body, 76.68 × 48.8 × 3 mm (W×D×H). Six ribs, 3.3 mm thick, 18.9 mm tall."
} | {
"base_w": {
"type": "float",
"default": 76.68,
"min": 20,
"max": 120,
"step": 1,
"group": "Base",
"label": "Base width (mm)"
},
"base_d": {
"type": "float",
"default": 48.8,
"min": 15,
"max": 120,
"step": 1,
"group": "Base",
"label": "Base depth (mm)"
},... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328629 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"base_w": {"type": 'float', "default": 76.68, "min": 20.0, "max": 120.0, "step": 1.0, "group": 'Base', "label": 'Base width (mm)'},
"base_d": {"type": 'float', "default": 4... |
gear_462c9bf6_0066 | gear | 0 | 1,177,328,630 | none | 1 | 7b4a265bbf5f7eed | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 5220,
"surface_area": 3170,
"principal_moments": [
439000,
439000,
854000
],
"n_faces": 146,
"n_edges": 432,
"n_vertices": 288
} | {
"lines": [
"Spur gear, module 1.5 mm, 24 teeth (pitch Ø36 mm), face width 5.2 mm."
],
"text": "Spur gear, module 1.5 mm, 24 teeth (pitch Ø36 mm), face width 5.2 mm."
} | {
"module": {
"type": "float",
"default": 1.5,
"min": 1,
"max": 6,
"step": 0.25,
"group": "Gear",
"label": "Module (mm)"
},
"teeth": {
"type": "int",
"default": 24,
"min": 10,
"max": 40,
"step": 1,
"group": "Gear",
"label": "Number of teeth"
},
"gear_w":... | import cadquery as cq
import math
import py_gearworks as _gw
# Generated by CadQuarry v0.6.0 — seed 1177328630 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"module": {"type": 'float', "default": 1.5, "min": 1.0, "max": 6.0, "step": 0.25, "group": 'Gear', "label": 'Module (mm)'},
"teeth": ... |
compound_462c9bf7_0067 | compound | 3 | 1,177,328,631 | mirror_xy | 4 | 7e6914b36823ad1a | 0.6.0 | CC0-1.0 | {
"version": 2,
"volume": 71700,
"surface_area": 15300,
"principal_moments": [
10700000,
63499999.99999999,
63499999.99999999
],
"n_faces": 17,
"n_edges": 37,
"n_vertices": 24
} | {
"lines": [
"Ø36.63 mm circular section, extruded 54.7 mm thick.",
"Ø21.4 mm circular section attachment, 49 mm long, from top face.",
"8-sided polygon section, 15.2 mm across corners attachment, 16.6 mm long, from top face with a Ø8.1 mm bore.",
"Chamfer 1.3 mm on bottom edges."
],
"text": "Ø36.... | {
"shaft_d": {
"type": "float",
"default": 36.63,
"min": 18.3,
"max": 65.9,
"step": 1,
"group": "Body",
"label": "Shaft diameter (mm)"
},
"shaft_len": {
"type": "float",
"default": 54.7,
"min": 21.9,
"max": 109.4,
"step": 1,
"group": "Body",
"label": "Shaft ... | import cadquery as cq
# Generated by CadQuarry v0.6.0 — seed 1177328631 — CC0-1.0
# https://github.com/jacobjennings/CadQuarry
PARAMS = {
"shaft_d": {"type": 'float', "default": 36.63, "min": 18.3, "max": 65.9, "step": 1.0, "group": 'Body', "label": 'Shaft diameter (mm)'},
"shaft_len": {"type": 'float', "defa... |
CadQuarry
Procedurally generated, execution-validated, fully parametric CadQuery programs and the geometry they produce. Every part is a pure Python function of typed, range-bounded parameters and is reproducible bit-for-bit from a seed.
- Generator (canonical source): https://github.com/jacobjennings/CadQuarry
generator version v0.6.0, config
configs/default.toml - Code license: Apache-2.0 · Data license: CC0-1.0
Each corpus in this dataset is a convenience artifact: the generator plus the seed ladder is the actual deliverable. Any corpus can be regenerated locally.
Quick start
Python (datasets library)
pip install datasets
from datasets import load_dataset
# Code + metadata only (fastest):
ds = load_dataset("jacobjennings/cadquarry", "1k", split="train")
print(ds[0]["source"]) # full parametric CadQuery program
print(ds[0]["family"]) # e.g. "plate", "revolved", "block"
# With 8-view renders (PIL Images):
ds = load_dataset("jacobjennings/cadquarry", "1k-renders", split="train")
ds[0]["render_iso"].show() # isometric view
ds[0]["render_front"].show() # front orthographic
# With STL mesh:
import trimesh, io
ds = load_dataset("jacobjennings/cadquarry", "1k-stl", split="train")
mesh = trimesh.load(io.BytesIO(ds[0]["stl_bytes"]), file_type="stl")
mesh.show()
# Full corpus (renders + STL + STEP):
ds = load_dataset("jacobjennings/cadquarry", "1k-full", split="train")
with open("part.step", "wb") as f:
f.write(ds[0]["step_bytes"])
HuggingFace CLI
pip install huggingface_hub
# Code-only corpus:
huggingface-cli download jacobjennings/cadquarry \
--repo-type dataset \
--include "1k/corpus.jsonl" \
--local-dir ./cadquarry-1k
# All variants for one size:
huggingface-cli download jacobjennings/cadquarry \
--repo-type dataset \
--include "1k/*" \
--local-dir ./cadquarry-1k
Python Hub API (selective download)
from huggingface_hub import snapshot_download
local = snapshot_download(
"jacobjennings/cadquarry",
repo_type="dataset",
allow_patterns=["1k/corpus.jsonl", "1k/corpus-stl.parquet"],
)
Content variants
Each corpus size ships as six HuggingFace configs so you only fetch what you need:
| Config suffix | Content | File format |
|---|---|---|
| (none) | CadQuery source + metadata | JSONL |
-renders |
+ 8 shaded render images | Parquet (render_* = image) |
-stl |
+ binary STL mesh | Parquet (stl_bytes = binary) |
-step |
+ binary STEP B-rep | Parquet (step_bytes = binary) |
-geo |
+ renders + STL | Parquet |
-full |
+ renders + STL + STEP | Parquet |
Complexity-tier slices
Every content variant above is published along a second axis so you can exclude the highest-complexity parts without filtering yourself:
| Tier slice | Config form | Tiers included |
|---|---|---|
| All tiers | {tag}{suffix} (e.g. 1k, 1k-renders) |
0–3 |
| Tiers 0–2 | {tag}-t0-2{suffix} (e.g. 1k-t0-2, 1k-t0-2-renders) |
0, 1, 2 |
# All tiers (default naming):
ds = load_dataset("jacobjennings/cadquarry", "1k", split="train")
# Tiers 0–2 only:
ds = load_dataset("jacobjennings/cadquarry", "1k-t0-2", split="train")
The two slices share the same schema; the -t0-2 slice simply omits every row
with tier == 3. Data files live under {tag}/ (all tiers) and
{tag}/tier0-2/ (tiers 0–2).
Corpus sizes
| Tag | Parts | Seed | Available configs |
|---|---|---|---|
1k |
1,000 | 220220 | 1k, 1k-renders, 1k-stl, 1k-step, 1k-geo, 1k-full, 1k-t0-2, 1k-t0-2-renders, 1k-t0-2-stl, 1k-t0-2-step, 1k-t0-2-geo, 1k-t0-2-full |
2k |
2,000 | 220220 | 2k, 2k-renders, 2k-stl, 2k-step, 2k-geo, 2k-full, 2k-t0-2, 2k-t0-2-renders, 2k-t0-2-stl, 2k-t0-2-step, 2k-t0-2-geo, 2k-t0-2-full |
5k |
5,000 | 220220 | 5k, 5k-renders, 5k-stl, 5k-step, 5k-geo, 5k-full, 5k-t0-2, 5k-t0-2-renders, 5k-t0-2-stl, 5k-t0-2-step, 5k-t0-2-geo, 5k-t0-2-full |
10k |
10,000 | 220220 | 10k, 10k-renders, 10k-stl, 10k-step, 10k-geo, 10k-full, 10k-t0-2, 10k-t0-2-renders, 10k-t0-2-stl, 10k-t0-2-step, 10k-t0-2-geo, 10k-t0-2-full |
20k |
20,000 | 220220 | 20k, 20k-renders, 20k-stl, 20k-step, 20k-geo, 20k-full, 20k-t0-2, 20k-t0-2-renders, 20k-t0-2-stl, 20k-t0-2-step, 20k-t0-2-geo, 20k-t0-2-full |
50k |
50,000 | 220220 | 50k, 50k-renders, 50k-stl, 50k-step, 50k-geo, 50k-full, 50k-t0-2, 50k-t0-2-renders, 50k-t0-2-stl, 50k-t0-2-step, 50k-t0-2-geo, 50k-t0-2-full |
100k |
100,000 | 220220 | 100k, 100k-renders, 100k-stl, 100k-step, 100k-geo, 100k-full, 100k-t0-2, 100k-t0-2-renders, 100k-t0-2-stl, 100k-t0-2-step, 100k-t0-2-geo, 100k-t0-2-full |
Schema
All configs include:
| Column | Type | Description |
|---|---|---|
part_id |
string | Unique deterministic identifier |
family |
string | plate, bracket, revolved, block, compound, sketched, flanged, ribbed, enclosure, profiled, lofted, swept, tapped, gear, threaded |
tier |
int32 | Complexity tier 0–3 |
seed |
int64 | Per-part seed |
symmetry |
string | Detected symmetry class |
op_count |
int32 | Number of CadQuery operations |
ir_hash |
string | SHA-256 of the canonical IR (dedup key) |
generator_version |
string | CadQuarry version |
license |
string | Always CC0-1.0 |
geometry_signature |
string (JSON) | Volume, surface area, face/edge/vertex counts |
dimensions |
string | Procedural human-readable dimension summary (prompt-friendly) |
source |
string | Full .py CadQuery program |
params |
string (JSON) | Typed parameter schema with ranges and defaults |
Geometry columns (geometry variants only):
| Column | Type | Present in |
|---|---|---|
render_front … render_iso_bl |
image | -renders, -geo, -full |
stl_bytes |
binary | -stl, -geo, -full |
step_bytes |
binary | -step, -full |
Render views: front, top, right, iso, iso_fr, iso_fl, iso_br, iso_bl.
When a corpus was rendered with extra passes, each view also carries
render_{view}_normal (view-space normal map), render_{view}_depth (linear
depth) and/or render_{view}_edge (feature-edge overlay) image columns.
Reproducibility
Same generator version + seed ⇒ identical corpus bit-for-bit:
pip install -e ".[dev]" # from the generator repo
cadquarry generate \
--seed <seed> --count <count> \
--config configs/default.toml \
--out <output_dir>
To regenerate with all geometry:
cadquarry build --sizes <tag> --formats step,stl,render --out datasets/
Working with the parametric source
Each source is a standalone Python module with two exports:
PARAMS: dict[str, dict] # typed parameter schema
def build(p: dict) -> cq.Workplane: ...
Run a part with CadQuery installed:
import cadquery as cq, json
source = ds[0]["source"]
params = json.loads(ds[0]["params"])
defaults = {k: v["default"] for k, v in params.items()}
ns = {}
exec(compile(source, "<part>", "exec"), ns)
result = ns["build"](defaults)
cq.exporters.export(result, "part.step")
- Downloads last month
- 496