Class BearingAdvancedSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BearingAdvancedSystemDeflection
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 BearingAdvancedSystemDeflection : ConnectorAdvancedSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public Bearing ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Bearing |
ComponentLoadCase
Declaration
public BearingLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
BearingLoadCase |
ComponentSystemDeflectionResults
Declaration
public ReadOnlyCollection<BearingSystemDeflection> ComponentSystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BearingSystemDeflection> |
DutyCycle
Declaration
public LoadedBearingDutyCycle DutyCycle { get; }
Property Value
Type | Description |
---|---|
LoadedBearingDutyCycle |
Planetaries
Declaration
public ReadOnlyCollection<BearingAdvancedSystemDeflection> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BearingAdvancedSystemDeflection> |
Implements
System.IEquatable<T>