Class BevelDifferentialGearAdvancedSystemDeflection
Inheritance
System.Object
BevelDifferentialGearAdvancedSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedSystemDeflections
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public class BevelDifferentialGearAdvancedSystemDeflection : BevelGearAdvancedSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public BevelDifferentialGear ComponentDesign { get; }
Property Value
Type | Description |
---|---|
BevelDifferentialGear |
ComponentDetailedAnalysis
Declaration
public BevelGearRating ComponentDetailedAnalysis { get; }
Property Value
Type | Description |
---|---|
BevelGearRating |
ComponentLoadCase
Declaration
public BevelDifferentialGearLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
BevelDifferentialGearLoadCase |
ComponentSystemDeflectionResults
Declaration
public ReadOnlyCollection<BevelDifferentialGearSystemDeflection> ComponentSystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BevelDifferentialGearSystemDeflection> |
Implements
System.IEquatable<T>