Class CylindricalGearLoadCase
Inheritance
System.Object
CylindricalGearLoadCase
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public class CylindricalGearLoadCase : GearLoadCase, IEquatable<APIBase>
Properties
AxialReactionForce
Declaration
public double AxialReactionForce { get; }
Property Value
Type |
Description |
System.Double |
|
ComponentDesign
Declaration
public CylindricalGear ComponentDesign { get; }
Property Value
GearManufactureErrors
Declaration
public CylindricalGearManufactureError GearManufactureErrors { get; }
Property Value
LateralReactionForce
Declaration
public double LateralReactionForce { get; }
Property Value
Type |
Description |
System.Double |
|
LateralReactionMoment
Declaration
public double LateralReactionMoment { get; }
Property Value
Type |
Description |
System.Double |
|
OverriddenMicroGeometry
Declaration
public CylindricalGearMicroGeometryBase OverriddenMicroGeometry { get; }
Property Value
OverrideMicroGeometry
Declaration
public bool OverrideMicroGeometry { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Planetaries
Declaration
public ReadOnlyCollection<CylindricalGearLoadCase> Planetaries { get; }
Property Value
Power
Declaration
public double Power { get; }
Property Value
Type |
Description |
System.Double |
|
ReversedBendingFactor
Declaration
public Overridable<double> ReversedBendingFactor { get; set; }
Property Value
Speed
Measurement: AngularVelocity
Declaration
public double Speed { get; }
Property Value
Type |
Description |
System.Double |
|
Torque
Declaration
public double Torque { get; }
Property Value
Type |
Description |
System.Double |
|
VerticalReactionForce
Declaration
public double VerticalReactionForce { get; }
Property Value
Type |
Description |
System.Double |
|
VerticalReactionMoment
Declaration
public double VerticalReactionMoment { get; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.IEquatable<T>
Extension Methods