?

Clamp bracket 3D Models

Find the best Clamp bracket 3D Models, free download in STL, FBX, GLB, OBJ, 3MF, USDZ for 3D modeling and creation in Blender, 3D printing, game developing, animation, eCommerce, AR/VR and etc. Generated by Tripo AI 3D Generator.

Anonymous1764036216
Anonymous1760112254
the upper left section is now broken off. Please repair this broken section to match the length of the upper right section.
Anonymous1762771818
Anonymous1761635848
Anonymous1750295592
Spinlock EJB Repair Kit for Tiller Extension Retaining Clip for d 16mm Tube Marine Tillers & Steering Wheels t-02 3d print and CNC

Enhanced version. Recommended for produce in durable plastics such as nylon.

360 ° Control - Spinflex hinge rotates 360 ° freely.

Shaped at a 30 ° angle, which reduces stress when used as if stopped (stress that can cause early failures after the joint is normally vertical)

The Spinflex hinge holds the boom in rudder position 30 ° above the horizon.

Triple grip wave provides stable adhesion in multiple positions.

Feeling of precise responsiveness and steering control.

The center hole allows other products to be converted and adapted to the Spinlock EA or EJ models.

Tiller Extension Retaining Clip for 16mm (5/8inch) Diameter Tube Marine mount marine yacht Bimini Kayak Canoe Boat

Fortifications

2 x M5 (3/16 inch)

Nylon mounting hinge.
Very durable and durable materials for harsh marine environments.
Easy installation with 2 stainless steel fixing screws.
Great accessories
Anonymous1764378818
Anonymous1760028923
Anonymous1743842331
Anonymous1774002902
Anonymous1770969002
Anonymous1773961140
Anonymous1769677125
Anonymous1769734122
Anonymous1767400603
Anonymous1766645579
Anonymous1760087411
Anonymous1753954822
import cadquery as cq

# ---------- Parameters (mm) ----------
base_w = 45.0
base_h = 9.0
thick  = 11.0

dome_w = 19.0
dome_r = dome_w/2.0        # 9.5 mm to match 19 mm width
dome_rect_h = 29.0 - base_h - dome_r  # 10.5 mm so total height = 29

hole_d = 5.0
hole_from_top = 11.0
hole_z = 29.0 - hole_from_top  # 18 mm from bottom

pin_d = 6.0
pin_len = 6.0
pin_axis_z = base_h/2.0        # 4.5 mm above bottom

# ---------- Build 2D profile (XY), then extrude along Y for thickness ----------
wp = cq.Workplane("XZ")  # X=width, Z=height; we'll extrude along Y

# Base
profile = (wp.rect(base_w, base_h, centered=True)
             .union(cq.Workplane("XZ").transformed(offset=(0,0,base_h/2)).rect(dome_w, dome_rect_h, centered=True))
             .union(
                 # Top semicircle: make full circle and intersect with half-space to keep the top
                 cq.Workplane("XZ")
                   .moveTo(0, base_h + dome_rect_h)
                   .circle(dome_r).consolidateWires()
Anonymous1756141887
Enter invite code to get credits!