Class SpringDamperConnectionCompoundCriticalSpeedAnalysis
Inheritance
System.Object
SpringDamperConnectionCompoundCriticalSpeedAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.CriticalSpeedAnalyses.Compound
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class SpringDamperConnectionCompoundCriticalSpeedAnalysis : CouplingConnectionCompoundCriticalSpeedAnalysis, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
[Obsolete("Use ConnectionDesign")]
public SpringDamperConnection ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| SpringDamperConnection |
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<SpringDamperConnectionCriticalSpeedAnalysis> ConnectionAnalysisCases { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<SpringDamperConnectionCriticalSpeedAnalysis> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<SpringDamperConnectionCriticalSpeedAnalysis> ConnectionAnalysisCasesReady { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<SpringDamperConnectionCriticalSpeedAnalysis> |
ConnectionDesign
Declaration
public SpringDamperConnection ConnectionDesign { get; }
Property Value
| Type | Description |
|---|---|
| SpringDamperConnection |
Implements
System.IEquatable<T>