Class BevelGearCompoundPowerFlow
Inheritance
System.Object
BevelGearCompoundPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows.Compound
Assembly: SMT.MastaAPI.14.1.1.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>