Class SAESplineHalfRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SAESplineHalfRating
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.DetailedRigidConnectors.Splines.Ratings
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class SAESplineHalfRating : SplineHalfRating, IEquatable<APIBase>
Properties
AllowableCompressiveStress
Measurement: Stress
Declaration
public override double AllowableCompressiveStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
AllowableShearStress
Measurement: Stress
Declaration
public override double AllowableShearStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
AllowableTensileStress
Measurement: Stress
Declaration
public double AllowableTensileStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
EquivalentStress
Measurement: Stress
Declaration
public double EquivalentStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
FatigueDamageForCompressiveStress
Measurement: Damage
Declaration
public double FatigueDamageForCompressiveStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
FatigueDamageForEquivalentRootStress
Measurement: Damage
Declaration
public double FatigueDamageForEquivalentRootStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
FatigueDamageForToothShearingStress
Measurement: Damage
Declaration
public double FatigueDamageForToothShearingStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumAllowableCompressiveStress
Measurement: Stress
Declaration
public double MaximumAllowableCompressiveStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumAllowableShearStress
Measurement: Stress
Declaration
public double MaximumAllowableShearStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
RootBendingStress
Measurement: Stress
Declaration
public double RootBendingStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
SafetyFactorForCompressiveStress
Measurement: SafetyFactor
Declaration
public double SafetyFactorForCompressiveStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
SafetyFactorForEquivalentRootStress
Measurement: SafetyFactor
Declaration
public double SafetyFactorForEquivalentRootStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
SafetyFactorForToothShearingStress
Measurement: SafetyFactor
Declaration
public double SafetyFactorForToothShearingStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
StressConcentrationFactor
Declaration
public double StressConcentrationFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
TorsionalShearStress
Measurement: Stress
Declaration
public double TorsionalShearStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>