Class RollingRingConnectionCompoundCriticalSpeedAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RollingRingConnectionCompoundCriticalSpeedAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.CriticalSpeedAnalyses.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class RollingRingConnectionCompoundCriticalSpeedAnalysis : InterMountableComponentConnectionCompoundCriticalSpeedAnalysis, IEquatable<APIBase>
Properties
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<RollingRingConnectionCriticalSpeedAnalysis> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RollingRingConnectionCriticalSpeedAnalysis> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<RollingRingConnectionCriticalSpeedAnalysis> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RollingRingConnectionCriticalSpeedAnalysis> |
ConnectionDesign
Declaration
public RollingRingConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
RollingRingConnection |
Planetaries
Declaration
public ReadOnlyCollection<RollingRingConnectionCompoundCriticalSpeedAnalysis> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RollingRingConnectionCompoundCriticalSpeedAnalysis> |
Implements
System.IEquatable<T>