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