Skip to content

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

parametertypedefaultrangerole
tie_wzip tie width (4.8 = common mid-size tie)length4.8mm2.5mm … 10mmfunctionalexposed
tie_tlength1.6mm1mm … 2.6mmfunctional
clearancelength0.4mm0.2mm … 1mmmanufacturing
walllength2.4mm1.6mm … 5mmmanufacturing
flange_wflat flange either side of the bridgelength8mm5mm … 20mmassembly
base_tlengthexpr(wall)1.6mm … 5mmstructural
widthanchor length along the tielength10mm6mm … 25mmfunctionalexposed
mountchoiceadhesiveadhesive | screwassemblyexposed
screwchoiceM3M3 | M4assembly

Regions

  • base_faces mounting surface
  • tunnel soft contact surface
  • bridge high stress region forbids: add_hex_perforation

Contract

Guarantees

must-have features and invariants — verified on every build

  • tie_tunnel
  • surface_mount_base
  • tie_w + 2 * clearance < 2 * (flange_w + wall) + tie_w

Will refuse

explicit prohibitions — the engine refuses to build these

  • blocked_tunnel
  • boxy_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