Class WormGearRating
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.Rating.Worm
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class WormGearRating : GearRating, IEquatable<APIBase>
Properties
LeftFlankRating
Declaration
public virtual GearFlankRating LeftFlankRating { get; }
Property Value
| Type | Description |
|---|---|
| GearFlankRating |
RightFlankRating
Declaration
public virtual GearFlankRating RightFlankRating { get; }
Property Value
| Type | Description |
|---|---|
| GearFlankRating |
WormGear
Declaration
public WormGearDesign WormGear { get; }
Property Value
| Type | Description |
|---|---|
| WormGearDesign |
Implements
System.IEquatable<T>