Class ShaftHarmonicAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ShaftHarmonicAnalysis
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ShaftHarmonicAnalysis : AbstractShaftHarmonicAnalysis, IEquatable<APIBase>, IHaveShaftHarmonicResults
Properties
ComponentDesign
Declaration
public Shaft ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Shaft |
ComponentLoadCase
Declaration
public ShaftLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
ShaftLoadCase |
CoupledModalAnalysis
Declaration
public ShaftModalAnalysis CoupledModalAnalysis { get; }
Property Value
Type | Description |
---|---|
ShaftModalAnalysis |
Export
Declaration
public HarmonicAnalysisShaftExportOptions Export { get; }
Property Value
Type | Description |
---|---|
HarmonicAnalysisShaftExportOptions |
Planetaries
Declaration
public ReadOnlyCollection<ShaftHarmonicAnalysis> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ShaftHarmonicAnalysis> |
SystemDeflectionResults
Declaration
public ShaftSystemDeflection SystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
ShaftSystemDeflection |
Implements
System.IEquatable<T>