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