MyBenchLab Documentation Open editor

Bolted joint

Connection kind bolted (category static, DSL name bolted, API v1)

Fastened face-to-face junction: the driven part is placed flush against a named face of the anchor (like a weld), but the joint is bolted rather than welded — it feeds the fastener BOM. Zero gap by default.

Accepted ports

Parameters

Parameters schema

ParameterTypeDefaultConstraints
faceanytopallowed: top, bottom, front, back, left, right
alignany
offsetany
rotationDegany
gapNumber0

Kinematics

None. A bolted joint is static: it propagates no signal. It fixes geometry and connectivity, and marks a fastened joint for the BOM.

Layout

This connection computes the driven component position from the anchor.

Example

// foot plate bolted onto the bottom of a leg
statics.bolted(leg, plate, { face: 'back' });

engine apiVersion · 1