Class ComponentHarmonicAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ComponentHarmonicAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class ComponentHarmonicAnalysis : PartHarmonicAnalysis, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public Component ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Component |
CoupledModalAnalysis
Declaration
public ComponentModalAnalysis CoupledModalAnalysis { get; }
Property Value
Type | Description |
---|---|
ComponentModalAnalysis |
Results
Declaration
public HarmonicAnalysisResultsPropertyAccessor Results { get; }
Property Value
Type | Description |
---|---|
HarmonicAnalysisResultsPropertyAccessor |
Speed
Measurement: AngularVelocity
Declaration
public double Speed { get; }
Property Value
Type | Description |
---|---|
System.Double |
SystemDeflectionResults
Declaration
public ComponentSystemDeflection SystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
ComponentSystemDeflection |
Implements
System.IEquatable<T>