Class BevelDifferentialGearSetAdvancedSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BevelDifferentialGearSetAdvancedSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedSystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class BevelDifferentialGearSetAdvancedSystemDeflection : BevelGearSetAdvancedSystemDeflection, 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 |
AssemblySystemDeflectionResults
Declaration
public ReadOnlyCollection<BevelDifferentialGearSetSystemDeflection> AssemblySystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BevelDifferentialGearSetSystemDeflection> |
BevelDifferentialGearsAdvancedSystemDeflection
Declaration
public ReadOnlyCollection<BevelDifferentialGearAdvancedSystemDeflection> BevelDifferentialGearsAdvancedSystemDeflection { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BevelDifferentialGearAdvancedSystemDeflection> |
BevelDifferentialMeshesAdvancedSystemDeflection
Declaration
public ReadOnlyCollection<BevelDifferentialGearMeshAdvancedSystemDeflection> BevelDifferentialMeshesAdvancedSystemDeflection { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BevelDifferentialGearMeshAdvancedSystemDeflection> |
ComponentDetailedAnalysis
Declaration
public BevelGearSetRating ComponentDetailedAnalysis { get; }
Property Value
Type | Description |
---|---|
BevelGearSetRating |
Implements
System.IEquatable<T>