Class BevelDifferentialGearSetSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BevelDifferentialGearSetSystemDeflection
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 BevelDifferentialGearSetSystemDeflection : BevelGearSetSystemDeflection, 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 |
BevelDifferentialGearsSystemDeflection
Declaration
public ReadOnlyCollection<BevelDifferentialGearSystemDeflection> BevelDifferentialGearsSystemDeflection { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BevelDifferentialGearSystemDeflection> |
BevelDifferentialMeshesSystemDeflection
Declaration
public ReadOnlyCollection<BevelDifferentialGearMeshSystemDeflection> BevelDifferentialMeshesSystemDeflection { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BevelDifferentialGearMeshSystemDeflection> |
ComponentDetailedAnalysis
Declaration
public BevelGearSetRating ComponentDetailedAnalysis { get; }
Property Value
Type | Description |
---|---|
BevelGearSetRating |
PowerFlowResults
Declaration
public BevelDifferentialGearSetPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
BevelDifferentialGearSetPowerFlow |
Implements
System.IEquatable<T>