Class StraightBevelGearSetSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
StraightBevelGearSetSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class StraightBevelGearSetSystemDeflection : BevelGearSetSystemDeflection, 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 |
PowerFlowResults
Declaration
public StraightBevelGearSetPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
StraightBevelGearSetPowerFlow |
StraightBevelGearsSystemDeflection
Declaration
public ReadOnlyCollection<StraightBevelGearSystemDeflection> StraightBevelGearsSystemDeflection { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearSystemDeflection> |
StraightBevelMeshesSystemDeflection
Declaration
public ReadOnlyCollection<StraightBevelGearMeshSystemDeflection> StraightBevelMeshesSystemDeflection { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearMeshSystemDeflection> |
Implements
System.IEquatable<T>