Class WormGearRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
WormGearRating
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.Worm
Assembly: SMT.MastaAPI.13.0.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>