Class DetailedSplineJointSettings
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.DetailedRigidConnectors.Splines
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class DetailedSplineJointSettings : APIBase, IEquatable<APIBase>
Properties
RequiredSafetyFactorForCompressiveStress
Measurement: SafetyFactor
Declaration
public double RequiredSafetyFactorForCompressiveStress { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RequiredSafetyFactorForRingBursting
Measurement: SafetyFactor
Declaration
public double RequiredSafetyFactorForRingBursting { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RequiredSafetyFactorForRootBendingStress
Measurement: SafetyFactor
Declaration
public double RequiredSafetyFactorForRootBendingStress { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RequiredSafetyFactorForToothShearingStress
Measurement: SafetyFactor
Declaration
public double RequiredSafetyFactorForToothShearingStress { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RequiredSafetyFactorForTorsionalFailure
Measurement: SafetyFactor
Declaration
public double RequiredSafetyFactorForTorsionalFailure { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RequiredSafetyFactorForWearAndFretting
Measurement: SafetyFactor
Declaration
public double RequiredSafetyFactorForWearAndFretting { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>