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