Class StraightBevelGearSetPowerFlow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
StraightBevelGearSetPowerFlow
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 StraightBevelGearSetPowerFlow : BevelGearSetPowerFlow, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public StraightBevelGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
StraightBevelGearSet |
AssemblyLoadCase
Declaration
public StraightBevelGearSetLoadCase AssemblyLoadCase { get; }
Property Value
Type | Description |
---|---|
StraightBevelGearSetLoadCase |
ComponentDetailedAnalysis
Declaration
public StraightBevelGearSetRating ComponentDetailedAnalysis { get; }
Property Value
Type | Description |
---|---|
StraightBevelGearSetRating |
StraightBevelGearsPowerFlow
Declaration
public ReadOnlyCollection<StraightBevelGearPowerFlow> StraightBevelGearsPowerFlow { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearPowerFlow> |
StraightBevelMeshesPowerFlow
Declaration
public ReadOnlyCollection<StraightBevelGearMeshPowerFlow> StraightBevelMeshesPowerFlow { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearMeshPowerFlow> |
Implements
System.IEquatable<T>