Class CylindricalMeshLoadCase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalMeshLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.LoadCase.Cylindrical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalMeshLoadCase : MeshLoadCase, IEquatable<APIBase>
Properties
ActiveFlank
Declaration
public CylindricalFlanks ActiveFlank { get; }
Property Value
Type | Description |
---|---|
CylindricalFlanks |
EquivalentMisalignment
This misalignment is used for rating, whether user-specified or calculated. It does not include the effect of gear accuracy manufacturing deviations or running in allowance. These are calculated in the rating.
Measurement: VeryShortLength
Declaration
public double EquivalentMisalignment { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
EquivalentMisalignmentDueToSystemDeflection
Equivalent Misalignment calculated in System Deflection. This value will not be used in the rating if a user-specified value has been entered.
Measurement: VeryShortLength
Declaration
public double EquivalentMisalignmentDueToSystemDeflection { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
GearANumberOfLoadCycles
Measurement: Cycles
Declaration
public double GearANumberOfLoadCycles { get; }
Property Value
Type | Description |
---|---|
System.Double |
GearBNumberOfLoadCycles
Measurement: Cycles
Declaration
public double GearBNumberOfLoadCycles { get; }
Property Value
Type | Description |
---|---|
System.Double |
LoadCaseModifiableSettings
Declaration
public LTCALoadCaseModifiableSettings LoadCaseModifiableSettings { get; }
Property Value
Type | Description |
---|---|
LTCALoadCaseModifiableSettings |
MisalignmentDueToMicroGeometryLeadRelief
The contribution to the Initial Equivalent Misalignment due to linear lead relief when the 'Micro Geometry in System Deflection' option includes any linear relief.
Measurement: VeryShortLength
Declaration
public double MisalignmentDueToMicroGeometryLeadRelief { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MisalignmentSource
Declaration
public CylindricalMisalignmentDataSource MisalignmentSource { get; set; }
Property Value
Type | Description |
---|---|
CylindricalMisalignmentDataSource |
PitchLineVelocityAtOperatingPitchDiameter
Measurement: Velocity
Declaration
public double PitchLineVelocityAtOperatingPitchDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>