Class FaceGearDutyCycleRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FaceGearDutyCycleRating
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.Face
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FaceGearDutyCycleRating : GearDutyCycleRating, IEquatable<APIBase>
Properties
LeftFlankRating
Declaration
public override GearFlankRating LeftFlankRating { get; }
Property Value
Type | Description |
---|---|
GearFlankRating |
Overrides
RightFlankRating
Declaration
public override GearFlankRating RightFlankRating { get; }
Property Value
Type | Description |
---|---|
GearFlankRating |
Overrides
Implements
System.IEquatable<T>