Class CylindricalGearCompoundSystemDeflection
Inheritance
System.Object
CylindricalGearCompoundSystemDeflection
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public class CylindricalGearCompoundSystemDeflection : GearCompoundSystemDeflection, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<CylindricalGearSystemDeflectionWithLTCAResults> ComponentAnalysisCases { get; }
Property Value
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<CylindricalGearSystemDeflectionWithLTCAResults> ComponentAnalysisCasesReady { get; }
Property Value
ComponentDesign
Declaration
public CylindricalGear ComponentDesign { get; }
Property Value
CylindricalDutyCycleRating
Declaration
public CylindricalGearDutyCycleRating CylindricalDutyCycleRating { get; }
Property Value
DutyCycleRating
Declaration
[Obsolete("Use CylindricalDutyCycleRating")]
public CylindricalGearDutyCycleRating DutyCycleRating { get; }
Property Value
Planetaries
Declaration
public ReadOnlyCollection<CylindricalGearCompoundSystemDeflection> Planetaries { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods