Class CouplingConnectionHarmonicAnalysis
Inheritance
System.Object
CouplingConnectionHarmonicAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalyses
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class CouplingConnectionHarmonicAnalysis : InterMountableComponentConnectionHarmonicAnalysis, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public CouplingConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
CouplingConnection |
SystemDeflectionResults
Declaration
public CouplingConnectionSystemDeflection SystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
CouplingConnectionSystemDeflection |
Implements
System.IEquatable<T>