Advanced Suspension Maker SDK

Build custom, fully-animated suspension for CarX Drift Racing Online

Hub Arm Shock Axle

Get started Browse tutorials View on GitHub

Trailing / semi-trailing arm (BMW E36 / E30 rear)

A big trailing arm pivots at a forward bushing and carries the hub at its rear end; the whole arm+hub swings together on travel. On the E36 it’s really a multilink with a trailing arm (BMW’s “central-link” axle) — a trailing arm plus lateral camber/toe links. So you build it like the multilink, with the trailing arm as one (special) Arm.

Trailing arm rear

Parts → roles

Real part Marker Role Settings
upright / hub carrier RL_Hub Hub Wheel Rotation = SteerCamber
trailing arm RL_TrailingArm Arm Inner Pivot = forward bushing · Outer Target = RL_TrailingArm_end · Telescopes ON
upper/camber link RL_CamberLink Arm Pivot = chassis · Target = RL_CamberLink_end
lower/lateral link RL_LowerArm Arm Pivot = chassis · Target = RL_LowerArm_end
toe link RL_ToeLink Arm Pivot = chassis · Target = RL_ToeLink_end
halfshaft RL_Halfshaft Arm Pivot = diff · Target = RL_Halfshaft_end
coilover RL_Spring Shock Tophat = body · Lower Mount = on the trailing/lower arm · Body Anchored At Tophat = ON

Hierarchy

RL
├── RL_Hub                Hub · SteerCamber
│   ├── RL_TrailingArm_end   (no component)
│   ├── RL_CamberLink_end    (no component)
│   ├── RL_LowerArm_end      (no component)
│   ├── RL_ToeLink_end       (no component)
│   └── RL_Halfshaft_end     (no component)
├── RL_TrailingArm        Arm  (pivot = FORWARD bushing)
│   └── RL_Shock_low       (no component — coilover Lower Mount, if it mounts on the arm)
├── RL_CamberLink / RL_LowerArm / RL_ToeLink / RL_Halfshaft   (Arms)
├── RL_Tophat             (Shock Tophat — fixed)
└── RL_Spring             Shock

What makes it different

Type gotchas