Class CylindricalGearSystemDeflection
Inheritance
System.Object
CylindricalGearSystemDeflection
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class CylindricalGearSystemDeflection : GearSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public CylindricalGear ComponentDesign { get; }
Property Value
ComponentDetailedAnalysis
Declaration
public CylindricalGearRating ComponentDetailedAnalysis { get; }
Property Value
ComponentLoadCase
Declaration
public CylindricalGearLoadCase ComponentLoadCase { get; }
Property Value
CylindricalGearSystemDeflectionsInMeshes
Declaration
public ReadOnlyCollection<CylindricalMeshedGearSystemDeflection> CylindricalGearSystemDeflectionsInMeshes { get; }
Property Value
CylindricalMeshedGearSystemDeflections
Declaration
public ReadOnlyCollection<CylindricalMeshedGearSystemDeflection> CylindricalMeshedGearSystemDeflections { get; }
Property Value
ManufacturingAnalysis
Declaration
public CylindricalManufacturedGearLoadCase ManufacturingAnalysis { get; }
Property Value
OperatingRootDiameter
Includes the effect of thermal expansion of the gears.
Measurement: ShortLength
Declaration
public double OperatingRootDiameter { get; }
Property Value
Type |
Description |
System.Double |
|
Planetaries
Declaration
public ReadOnlyCollection<CylindricalGearSystemDeflection> Planetaries { get; }
Property Value
Power
Declaration
public double Power { get; }
Property Value
Type |
Description |
System.Double |
|
PowerFlowResults
Declaration
public CylindricalGearPowerFlow PowerFlowResults { get; }
Property Value
Torque
Declaration
public double Torque { get; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.IEquatable<T>
Extension Methods