Class SplineJointRating
Inheritance
System.Object
SplineJointRating
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public abstract class SplineJointRating : ShaftHubConnectionRating, IEquatable<APIBase>
Properties
AllowableBendingStress
Declaration
public double AllowableBendingStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
AllowableBurstingStress
Declaration
public virtual double AllowableBurstingStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
AllowableCompressiveStress
Declaration
public virtual double AllowableCompressiveStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public virtual double AllowableContactStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
AllowableShearStress
Declaration
public virtual double AllowableShearStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
DudleyMaximumEffectiveLength
Declaration
public double DudleyMaximumEffectiveLength { get; }
Property Value
| Type |
Description |
| System.Double |
|
Load
Declaration
public double Load { get; }
Property Value
| Type |
Description |
| System.Double |
|
NumberOfCycles
Declaration
public virtual double NumberOfCycles { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
SplineHalfRatings
Declaration
public ReadOnlyCollection<SplineHalfRating> SplineHalfRatings { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<SplineHalfRating> |
|
Implements
System.IEquatable<T>
Extension Methods