Class CouplingConnectionModalAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CouplingConnectionModalAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class CouplingConnectionModalAnalysis : InterMountableComponentConnectionModalAnalysis, 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>