MyBenchLab Documentation Open editor

Inset (snug fit)

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

Interlocking junction: the driven part fits into the anchor. v1 places the driven flush against a named anchor face (align: "center" for a concentric let-in). Zero gap by default.

Accepted ports

Parameters

Parameters schema

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

Kinematics

None. An inset is static: it propagates no signal. It fixes geometry and connectivity and marks an interlocking joint.

Layout

This connection computes the driven component position from the anchor.

Example

// shelf board inset onto its rail, centered on the rail face
statics.inset(rail, shelf, { face: 'top' });

engine apiVersion · 1