Class StraightBevelDiffGearRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
StraightBevelDiffGearRating
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.StraightBevelDiff
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class StraightBevelDiffGearRating : ConicalGearRating, IEquatable<APIBase>
Properties
CyclesToFail
Measurement: Cycles
Declaration
public override double CyclesToFail { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
CyclesToFailBending
Measurement: Cycles
Declaration
public override double CyclesToFailBending { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
CyclesToFailContact
Measurement: Cycles
Declaration
public override double CyclesToFailContact { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
StraightBevelDiffGear
Declaration
public StraightBevelDiffGearDesign StraightBevelDiffGear { get; }
Property Value
Type | Description |
---|---|
StraightBevelDiffGearDesign |
TimeToFail
Measurement: Time
Declaration
public override double TimeToFail { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
TimeToFailBending
Measurement: Time
Declaration
public override double TimeToFailBending { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
TimeToFailContact
Measurement: Time
Declaration
public override double TimeToFailContact { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
Implements
System.IEquatable<T>