Class GBT17855SplineJointDutyCycleRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GBT17855SplineJointDutyCycleRating
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.DetailedRigidConnectors.Splines.DutyCycleRatings
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class GBT17855SplineJointDutyCycleRating : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
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>