driven_by¶
- property HelicalGear.driven_by: RotatingObject
Rotating object that drives the gear, for example a
DCMotor, aFlywheelor another gear (SpurGear,HelicalGear,WormGear,WormWheel). It must be aRotatingObject.To set this property use
add_gear_matingoradd_fixed_joint.Returns¶
RotatingObjectMaster rotating object that drives the gear.
Raises
TypeErrorIf
driven_byis not an instance ofRotatingObject.