Class DetailedSplineJointSettings
Inheritance
System.Object
DetailedSplineJointSettings
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class DetailedSplineJointSettings : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
RequiredSafetyFactorForCompressiveStress
Declaration
public double RequiredSafetyFactorForCompressiveStress { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RequiredSafetyFactorForRingBursting
Declaration
public double RequiredSafetyFactorForRingBursting { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RequiredSafetyFactorForRootBendingStress
Declaration
public double RequiredSafetyFactorForRootBendingStress { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RequiredSafetyFactorForToothShearingStress
Declaration
public double RequiredSafetyFactorForToothShearingStress { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RequiredSafetyFactorForTorsionalFailure
Declaration
public double RequiredSafetyFactorForTorsionalFailure { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RequiredSafetyFactorForWearAndFretting
Declaration
public double RequiredSafetyFactorForWearAndFretting { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods