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