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 is MatingSlave.

To set this parameter use add_worm_gear_mating.

Returns

Role

The role of the gear in the gear mating.

Raises

ValueError

If mating_role is not a subclass of Role.