Class ClutchCompoundModalAnalysisAtAStiffness
Inheritance
System.Object
ClutchCompoundModalAnalysisAtAStiffness
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalysesAtAStiffness.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ClutchCompoundModalAnalysisAtAStiffness : CouplingCompoundModalAnalysisAtAStiffness, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<ClutchModalAnalysisAtAStiffness> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ClutchModalAnalysisAtAStiffness> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<ClutchModalAnalysisAtAStiffness> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ClutchModalAnalysisAtAStiffness> |
AssemblyDesign
Declaration
public Clutch AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
Clutch |
ComponentDesign
Declaration
[Obsolete("Use AssemblyDesign")]
public Clutch ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Clutch |
Implements
System.IEquatable<T>