Class BearingAdvancedTimeSteppingAnalysisForModulation
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BearingAdvancedTimeSteppingAnalysisForModulation
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedTimeSteppingAnalysesForModulation
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class BearingAdvancedTimeSteppingAnalysisForModulation : ConnectorAdvancedTimeSteppingAnalysisForModulation, 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 |
Planetaries
Declaration
public ReadOnlyCollection<BearingAdvancedTimeSteppingAnalysisForModulation> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BearingAdvancedTimeSteppingAnalysisForModulation> |
SystemDeflectionResults
Declaration
public BearingSystemDeflection SystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
BearingSystemDeflection |
Implements
System.IEquatable<T>