Class RollingRingConnectionStabilityAnalysis
Inheritance
System.Object
RollingRingConnectionStabilityAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StabilityAnalyses
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class RollingRingConnectionStabilityAnalysis : InterMountableComponentConnectionStabilityAnalysis, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public RollingRingConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
RollingRingConnection |
ConnectionLoadCase
Declaration
public RollingRingConnectionLoadCase ConnectionLoadCase { get; }
Property Value
Type | Description |
---|---|
RollingRingConnectionLoadCase |
Planetaries
Declaration
public ReadOnlyCollection<RollingRingConnectionStabilityAnalysis> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RollingRingConnectionStabilityAnalysis> |
Implements
System.IEquatable<T>