Class BearingCompoundSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BearingCompoundSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class BearingCompoundSystemDeflection : ConnectorCompoundSystemDeflection, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<BearingSystemDeflection> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BearingSystemDeflection> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<BearingSystemDeflection> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BearingSystemDeflection> |
ComponentDesign
Declaration
public Bearing ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Bearing |
ComponentDetailedAnalysis
Declaration
public LoadedBearingDutyCycle ComponentDetailedAnalysis { get; }
Property Value
Type | Description |
---|---|
LoadedBearingDutyCycle |
MaximumElementStressForISO2812007DynamicEquivalentLoad
Maximum element stress for the radial (or axial) displacement when the radial (or axial) load matches the ISO 281:2007 Dynamic Equivalent Load.
Measurement: Stress
Declaration
public double MaximumElementStressForISO2812007DynamicEquivalentLoad { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumElementStressForISOTS162812008DynamicEquivalentLoad
Maximum element stress for the radial (or axial) displacement when the radial (or axial) load matches the ISO/TS 16281:2008 Dynamic Equivalent Load.
Measurement: Stress
Declaration
public double MaximumElementStressForISOTS162812008DynamicEquivalentLoad { get; }
Property Value
Type | Description |
---|---|
System.Double |
Planetaries
Declaration
public ReadOnlyCollection<BearingCompoundSystemDeflection> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BearingCompoundSystemDeflection> |
Implements
System.IEquatable<T>