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