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