Class GBT17855SplineJointDutyCycleRating
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.DetailedRigidConnectors.Splines.DutyCycleRatings
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class GBT17855SplineJointDutyCycleRating : APIBase, IEquatable<APIBase>
Properties
SafetyFactorForCompressiveStress
The minimum safety factor from all load cases within the duty cycle.
Measurement: SafetyFactor
Declaration
public double SafetyFactorForCompressiveStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
SafetyFactorForEquivalentStress
The minimum safety factor from all load cases within the duty cycle.
Measurement: SafetyFactor
Declaration
public double SafetyFactorForEquivalentStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
SafetyFactorForRootBendingStress
The minimum safety factor from all load cases within the duty cycle.
Measurement: SafetyFactor
Declaration
public double SafetyFactorForRootBendingStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
SafetyFactorForToothShearingStress
The minimum safety factor from all load cases within the duty cycle.
Measurement: SafetyFactor
Declaration
public double SafetyFactorForToothShearingStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
SafetyFactorForWearingStress
The minimum safety factor from all load cases within the duty cycle.
Measurement: SafetyFactor
Declaration
public double SafetyFactorForWearingStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>