Class CylindricalGearCompoundPowerFlow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearCompoundPowerFlow
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 CylindricalGearCompoundPowerFlow : GearCompoundPowerFlow, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<CylindricalGearPowerFlow> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearPowerFlow> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<CylindricalGearPowerFlow> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearPowerFlow> |
ComponentDesign
Declaration
public CylindricalGear ComponentDesign { get; }
Property Value
Type | Description |
---|---|
CylindricalGear |
CylindricalGearDutyCycleRating
Declaration
public CylindricalGearDutyCycleRating CylindricalGearDutyCycleRating { get; }
Property Value
Type | Description |
---|---|
CylindricalGearDutyCycleRating |
Implements
System.IEquatable<T>