Class GearSetCompoundPowerFlow
Inheritance
System.Object
GearSetCompoundPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class GearSetCompoundPowerFlow : SpecialisedAssemblyCompoundPowerFlow, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<GearSetPowerFlow> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GearSetPowerFlow> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<GearSetPowerFlow> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GearSetPowerFlow> |
GearSetDutyCycleRating
Declaration
public GearSetDutyCycleRating GearSetDutyCycleRating { get; }
Property Value
Type | Description |
---|---|
GearSetDutyCycleRating |
Implements
System.IEquatable<T>