Class UnbalancedMassHarmonicAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
UnbalancedMassHarmonicAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class UnbalancedMassHarmonicAnalysis : VirtualComponentHarmonicAnalysis, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public UnbalancedMass ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| UnbalancedMass |
ComponentLoadCase
Declaration
public UnbalancedMassLoadCase ComponentLoadCase { get; }
Property Value
| Type | Description |
|---|---|
| UnbalancedMassLoadCase |
SystemDeflectionResults
Declaration
public UnbalancedMassSystemDeflection SystemDeflectionResults { get; }
Property Value
| Type | Description |
|---|---|
| UnbalancedMassSystemDeflection |
Implements
System.IEquatable<T>