3D preview of Gideon_Holoband_Chassis
Loading the interactive model…
Interactive 3D model of Gideon_Holoband_Chassis

Enclosures and housings

Gideon_Holoband_Chassis

4 views
Bounding box
48.0 × 22.0 × 5.8 mm
Engine
Precision B-rep
Parameters
4
Published
August 19, 2026

Download

Free to download and use. See the terms.

The prompt

{ "title": "Gideon_Holoband_Chassis", "param_schema": { "length": { "type": "number", "default": 48 }, "width": { "type": "number", "default": 22 }, "height": { "type": "number", "default": 5.8 }, "radius": { "type": "number", "default": 35 } }, "script": "const chassis = cad.box(params.length, params.width, params.height);\nconst wristCut = cad.cylinder(params.radius, params.length).rotateX(90).translate([0, 0, -params.radius]);\nconst mainHousing = cad.subtract(chassis, wristCut);\nconst glassCutout = cad.box(44, 18, 1.2).translate([0, 0, (params.height/2) - 0.6]);\nconst internalChamber = cad.box(42, 16, 3.5).translate([0, 0, -0.5]);\nconst finalModel = cad.subtract(mainHousing, glassCutout, internalChamber);\nreturn finalModel.fillet(1.5);" }

Parameters

NameValueRange
Body Length48 mm40 – 70
Body Width22 mm18 – 40
Body Height5.8 mm5 – 12
Wrist Cut Radius35 mm20 – 80

Every value above is a live dimension. Open a model like this in the editor and each one becomes a slider you can drag before exporting.