Class BevelDifferentialGearSetPowerFlow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BevelDifferentialGearSetPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class BevelDifferentialGearSetPowerFlow : BevelGearSetPowerFlow, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public BevelDifferentialGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
BevelDifferentialGearSet |
AssemblyLoadCase
Declaration
public BevelDifferentialGearSetLoadCase AssemblyLoadCase { get; }
Property Value
Type | Description |
---|---|
BevelDifferentialGearSetLoadCase |
BevelDifferentialGearsPowerFlow
Declaration
public ReadOnlyCollection<BevelDifferentialGearPowerFlow> BevelDifferentialGearsPowerFlow { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BevelDifferentialGearPowerFlow> |
BevelDifferentialMeshesPowerFlow
Declaration
public ReadOnlyCollection<BevelDifferentialGearMeshPowerFlow> BevelDifferentialMeshesPowerFlow { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BevelDifferentialGearMeshPowerFlow> |
ComponentDetailedAnalysis
Declaration
public BevelGearSetRating ComponentDetailedAnalysis { get; }
Property Value
Type | Description |
---|---|
BevelGearSetRating |
Implements
System.IEquatable<T>