Class WormGearCompoundPowerFlow
Inheritance
System.Object
WormGearCompoundPowerFlow
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class WormGearCompoundPowerFlow : GearCompoundPowerFlow, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<WormGearPowerFlow> ComponentAnalysisCases { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<WormGearPowerFlow> |
|
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<WormGearPowerFlow> ComponentAnalysisCasesReady { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<WormGearPowerFlow> |
|
ComponentDesign
Declaration
public WormGear ComponentDesign { get; }
Property Value
GearDutyCycleRating
Declaration
[Obsolete("Use WormGearDutyCycleRating")]
public WormGearDutyCycleRating GearDutyCycleRating { get; }
Property Value
WormGearDutyCycleRating
Declaration
public WormGearDutyCycleRating WormGearDutyCycleRating { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods