Class CylindricalGearSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class CylindricalGearSystemDeflection : GearSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public CylindricalGear ComponentDesign { get; }
Property Value
Type | Description |
---|---|
CylindricalGear |
ComponentDetailedAnalysis
Declaration
public CylindricalGearRating ComponentDetailedAnalysis { get; }
Property Value
Type | Description |
---|---|
CylindricalGearRating |
ComponentLoadCase
Declaration
public CylindricalGearLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
CylindricalGearLoadCase |
CylindricalGearSystemDeflectionsInMeshes
Declaration
public ReadOnlyCollection<CylindricalMeshedGearSystemDeflection> CylindricalGearSystemDeflectionsInMeshes { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalMeshedGearSystemDeflection> |
CylindricalMeshedGearSystemDeflections
Declaration
public ReadOnlyCollection<CylindricalMeshedGearSystemDeflection> CylindricalMeshedGearSystemDeflections { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalMeshedGearSystemDeflection> |
ManufacturingAnalysis
Declaration
public CylindricalManufacturedGearLoadCase ManufacturingAnalysis { get; }
Property Value
Type | Description |
---|---|
CylindricalManufacturedGearLoadCase |
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
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearSystemDeflection> |
Power
Measurement: Power
Declaration
public double Power { get; }
Property Value
Type | Description |
---|---|
System.Double |
PowerFlowResults
Declaration
public CylindricalGearPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
CylindricalGearPowerFlow |
Torque
Measurement: Torque
Declaration
public double Torque { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>