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