Class CylindricalGearCompoundPowerFlow
Inheritance
System.Object
CylindricalGearCompoundPowerFlow
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class CylindricalGearCompoundPowerFlow : GearCompoundPowerFlow, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<CylindricalGearPowerFlow> ComponentAnalysisCases { get; }
Property Value
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<CylindricalGearPowerFlow> ComponentAnalysisCasesReady { get; }
Property Value
ComponentDesign
Declaration
public CylindricalGear ComponentDesign { get; }
Property Value
CylindricalGearDutyCycleRating
Declaration
public CylindricalGearDutyCycleRating CylindricalGearDutyCycleRating { get; }
Property Value
GearDutyCycleRating
Declaration
[Obsolete("Use CylindricalGearDutyCycleRating")]
public CylindricalGearDutyCycleRating GearDutyCycleRating { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods