MyBenchLab Documentation Open editor

Gear mesh

Connection kind gear-mesh (category mech, DSL name mesh, API v1)

Couples two spur gears of the same module. The layout solver places the driven gear tangent to the anchor on the chosen side.

Accepted ports

Parameters

Parameters schema

ParameterTypeDefaultConstraints
sideanyrightallowed: right, left, up, down
engagedBooleantrue

Kinematics

ω_to = -ω_from · (teeth_from / teeth_to). Sign inversion models the physical reality of meshed teeth spinning in opposite directions.

Layout

This connection computes the driven component position from the anchor.

Example

connect G1.axis -> G2.axis with mech.mesh {
  side: "right"
}

engine apiVersion · 1