mating_role¶
- property WormWheel.mating_role: Role
Role of the gear in the gear mating.
If the gear drives the mate one, then it is the “master” gear and its role is
MatingMaster, otherwise it is the “slave” one and its role isMatingSlave.To set this parameter use
add_worm_gear_mating.Returns¶
RoleThe role of the gear in the gear mating.
Raises
ValueErrorIf
mating_roleis not a subclass ofRole.