Zip Tie Anchor V1
implemented unverified
Surface-mount zip-tie anchor: a molded omega bridge over the mounting face; the tie threads through the tunnel along the anchor and cinches the bundle against the bridge. Adhesive by default, screw variant adds two countersunk flange holes.
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_zip_tie_anchor
archetype: zip_tie_anchor_v1@1
params:
tie_w: 4.8mm
width: 10mm
mount: adhesive Parameters
| parameter | type | default | range | role | |
|---|---|---|---|---|---|
tie_wzip tie width (4.8 = common mid-size tie) | length | 4.8mm | 2.5mm … 10mm | functional | exposed |
tie_t | length | 1.6mm | 1mm … 2.6mm | functional | |
clearance | length | 0.4mm | 0.2mm … 1mm | manufacturing | |
wall | length | 2.4mm | 1.6mm … 5mm | manufacturing | |
flange_wflat flange either side of the bridge | length | 8mm | 5mm … 20mm | assembly | |
base_t | length | expr(wall) | 1.6mm … 5mm | structural | |
widthanchor length along the tie | length | 10mm | 6mm … 25mm | functional | exposed |
mount | choice | adhesive | adhesive | screw | assembly | exposed |
screw | choice | M3 | M3 | M4 | assembly |
Regions
-
base_facesmounting surface -
tunnelsoft contact surface -
bridgehigh stress region forbids: add_hex_perforation
Contract
Guarantees
must-have features and invariants — verified on every build
tie_tunnelsurface_mount_basetie_w + 2 * clearance < 2 * (flange_w + wall) + tie_w
Will refuse
explicit prohibitions — the engine refuses to build these
blocked_tunnelboxy_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 (5)
form.tunnel_fits_tietopology.single_connected_solidtopology.tunnel_opentopology.screw_holes_opentopology.countersinks_present