Class GearMeshLoadCase
Inheritance
System.Object
GearMeshLoadCase
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public abstract class GearMeshLoadCase : InterMountableComponentConnectionLoadCase, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public GearMesh ConnectionDesign { get; }
Property Value
MinimumPowerForGearMeshToBeLoaded
Declaration
public Overridable<double> MinimumPowerForGearMeshToBeLoaded { get; set; }
Property Value
MinimumTorqueForGearMeshToBeLoaded
Declaration
public Overridable<double> MinimumTorqueForGearMeshToBeLoaded { get; set; }
Property Value
NumberOfStepsForOneToothPass
Declaration
public int NumberOfStepsForOneToothPass { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfTeethPassed
Declaration
public double NumberOfTeethPassed { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RayleighDampingBeta
Declaration
public Overridable<double> RayleighDampingBeta { get; set; }
Property Value
Methods
GetHarmonicLoadDataForImport()
Declaration
public GearSetHarmonicLoadData GetHarmonicLoadDataForImport()
Returns
Implements
System.IEquatable<T>
Extension Methods