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