Class ComponentAdvancedTimeSteppingAnalysisForModulation
Inheritance
System.Object
ComponentAdvancedTimeSteppingAnalysisForModulation
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedTimeSteppingAnalysesForModulation
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public abstract class ComponentAdvancedTimeSteppingAnalysisForModulation : PartAdvancedTimeSteppingAnalysisForModulation, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public Component ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| Component |
MagnitudeOfRotation
Declaration
public double MagnitudeOfRotation { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Results
Declaration
public HarmonicAnalysisResultsPropertyAccessor Results { get; }
Property Value
| Type | Description |
|---|---|
| HarmonicAnalysisResultsPropertyAccessor |
SystemDeflectionResults
Declaration
public ComponentSystemDeflection SystemDeflectionResults { get; }
Property Value
| Type | Description |
|---|---|
| ComponentSystemDeflection |
Implements
System.IEquatable<T>