Class CoaxialConnectionModalAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CoaxialConnectionModalAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CoaxialConnectionModalAnalysis : ShaftToMountableComponentConnectionModalAnalysis, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public CoaxialConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
CoaxialConnection |
ConnectionLoadCase
Declaration
public CoaxialConnectionLoadCase ConnectionLoadCase { get; }
Property Value
Type | Description |
---|---|
CoaxialConnectionLoadCase |
SystemDeflectionResults
Declaration
public CoaxialConnectionSystemDeflection SystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
CoaxialConnectionSystemDeflection |
Implements
System.IEquatable<T>