Class ShaftCompoundHarmonicAnalysisOfSingleExcitation
Inheritance
System.Object
ShaftCompoundHarmonicAnalysisOfSingleExcitation
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalysesSingleExcitation.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ShaftCompoundHarmonicAnalysisOfSingleExcitation : AbstractShaftCompoundHarmonicAnalysisOfSingleExcitation, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<ShaftHarmonicAnalysisOfSingleExcitation> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ShaftHarmonicAnalysisOfSingleExcitation> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<ShaftHarmonicAnalysisOfSingleExcitation> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ShaftHarmonicAnalysisOfSingleExcitation> |
ComponentDesign
Declaration
public Shaft ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Shaft |
Planetaries
Declaration
public ReadOnlyCollection<ShaftCompoundHarmonicAnalysisOfSingleExcitation> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ShaftCompoundHarmonicAnalysisOfSingleExcitation> |
Implements
System.IEquatable<T>