Wall Hook V1
implemented unverified
Screw-mounted J-hook: a molded spine drops from the mounting plate into a half-round bay with a tall upturned tip lip. The bay opens toward the plate; almost every profile joint is tangent by construction. Mounts to a wall or the underside of a shelf (orientation note only — geometry is identical).
Built from a real example — orbit to inspect.
Declaration example
A minimal product declaration for this archetype — exposed parameters at
their defaults. Validate and build it with
forge validate / forge build.
schema: product/v1
id: my_wall_hook
archetype: wall_hook_v1@1
params:
bay_w: 14mm
bay_depth: 28mm
lip_h: 8mm Parameters
| parameter | type | default | range | role | |
|---|---|---|---|---|---|
bay_wbay width — what the hook holds | length | 14mm | 6mm … 30mm | functional | exposed |
bay_depth | length | 28mm | expr(bay_w / 2 + 10) … 70mm | functional | exposed |
wall | length | 4mm | 3mm … 8mm | structural | |
lip_h | length | 8mm | 4mm … expr(bay_depth - bay_w / 2 - 6) | functional | exposed |
band_whook width along the plate | length | 16mm | 10mm … 45mm | structural | |
plate_l | length | 44mm | 34mm … 90mm | assembly | |
plate_w | length | 22mm | 16mm … 40mm | assembly | |
plate_t | length | 5mm | 4mm … 9mm | manufacturing | |
screw | choice | M4 | M3 | M4 | M5 | assembly | |
screw_count | count | 2 | 1 … 3 | assembly | |
screw_spacing | length | expr(band_w + 14) | expr(band_w + 13) … expr(plate_l - 10) | assembly | |
mount_hintorientation note only | choice | wall | wall | under_desk | functional |
Regions
-
platemounting surface -
screw_zonesfastener keepout -
bay_contactsoft contact surface -
hook_roothigh stress region forbids: add_hex_perforation -
tip_lipretaining flexure
Contract
Guarantees
must-have features and invariants — verified on every build
hook_baytip_lipmounting_flangelip_h < bay_depth - bay_w / 2 - 5
Will refuse
explicit prohibitions — the engine refuses to build these
closed_bayboxy_rectangular_hook
Not claimed
what passing validation does not mean
- Provided “as is” under Apache-2.0 — no warranty of fitness for a particular purpose.
Subscribed validators (10)
form.tip_lip_presentform.bay_open_topform.flange_above_cradleform.screw_access_clearform.contact_edges_roundedtopology.single_connected_solidtopology.bay_opentopology.flange_above_cradletopology.screw_holes_opentopology.countersinks_present