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