Class WormGearCompoundPowerFlow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
WormGearCompoundPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public 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
Type | Description |
---|---|
WormGear |
WormGearDutyCycleRating
Declaration
public WormGearDutyCycleRating WormGearDutyCycleRating { get; }
Property Value
Type | Description |
---|---|
WormGearDutyCycleRating |
Implements
System.IEquatable<T>