Class CylindricalGearSetCompoundPowerFlow
Inheritance
System.Object
CylindricalGearSetCompoundPowerFlow
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public class CylindricalGearSetCompoundPowerFlow : GearSetCompoundPowerFlow, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<CylindricalGearSetPowerFlow> AssemblyAnalysisCases { get; }
Property Value
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<CylindricalGearSetPowerFlow> AssemblyAnalysisCasesReady { get; }
Property Value
AssemblyDesign
Declaration
public CylindricalGearSet AssemblyDesign { get; }
Property Value
ComponentDesign
Declaration
[Obsolete("Use AssemblyDesign")]
public CylindricalGearSet ComponentDesign { get; }
Property Value
CylindricalGearsCompoundPowerFlow
Declaration
public ReadOnlyCollection<CylindricalGearCompoundPowerFlow> CylindricalGearsCompoundPowerFlow { get; }
Property Value
CylindricalGearSetDutyCycleRating
Declaration
public CylindricalGearSetDutyCycleRating CylindricalGearSetDutyCycleRating { get; }
Property Value
CylindricalMeshesCompoundPowerFlow
Declaration
public ReadOnlyCollection<CylindricalGearMeshCompoundPowerFlow> CylindricalMeshesCompoundPowerFlow { get; }
Property Value
GearSetDutyCycleRating
Declaration
[Obsolete("Use CylindricalGearSetDutyCycleRating")]
public CylindricalGearSetDutyCycleRating GearSetDutyCycleRating { get; }
Property Value
RatingsForAllDesigns
Declaration
public ReadOnlyCollection<CylindricalGearSetDutyCycleRating> RatingsForAllDesigns { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods