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