drives¶
- property SpurGear.drives: RotatingObject
Rotating object driven by the gear, it can be a
Flywheelor another gear (SpurGear,HelicalGear,WormGear,WormWheel). It must be aRotatingObject.To set this property use
add_gear_matingoradd_fixed_joint.Returns¶
RotatingObjectRotating object driven by the gear.
Raises
TypeErrorIf
drivesis not an instance ofRotatingObject.