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