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