Class ShaftHubConnectionCriticalSpeedAnalysis
Inheritance
System.Object
ShaftHubConnectionCriticalSpeedAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.CriticalSpeedAnalyses
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ShaftHubConnectionCriticalSpeedAnalysis : ConnectorCriticalSpeedAnalysis, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public ShaftHubConnection ComponentDesign { get; }
Property Value
Type | Description |
---|---|
ShaftHubConnection |
ComponentLoadCase
Declaration
public ShaftHubConnectionLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
ShaftHubConnectionLoadCase |
Planetaries
Declaration
public ReadOnlyCollection<ShaftHubConnectionCriticalSpeedAnalysis> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ShaftHubConnectionCriticalSpeedAnalysis> |
Implements
System.IEquatable<T>