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