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