Class StraightBevelDiffGearSetPowerFlow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
StraightBevelDiffGearSetPowerFlow
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 StraightBevelDiffGearSetPowerFlow : BevelGearSetPowerFlow, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public StraightBevelDiffGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
StraightBevelDiffGearSet |
AssemblyLoadCase
Declaration
public StraightBevelDiffGearSetLoadCase AssemblyLoadCase { get; }
Property Value
Type | Description |
---|---|
StraightBevelDiffGearSetLoadCase |
ComponentDetailedAnalysis
Declaration
public StraightBevelDiffGearSetRating ComponentDetailedAnalysis { get; }
Property Value
Type | Description |
---|---|
StraightBevelDiffGearSetRating |
StraightBevelDiffGearsPowerFlow
Declaration
public ReadOnlyCollection<StraightBevelDiffGearPowerFlow> StraightBevelDiffGearsPowerFlow { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelDiffGearPowerFlow> |
StraightBevelDiffMeshesPowerFlow
Declaration
public ReadOnlyCollection<StraightBevelDiffGearMeshPowerFlow> StraightBevelDiffMeshesPowerFlow { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelDiffGearMeshPowerFlow> |
Implements
System.IEquatable<T>