Class RollingRingAdvancedTimeSteppingAnalysisForModulation
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RollingRingAdvancedTimeSteppingAnalysisForModulation
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedTimeSteppingAnalysesForModulation
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class RollingRingAdvancedTimeSteppingAnalysisForModulation : CouplingHalfAdvancedTimeSteppingAnalysisForModulation, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public RollingRing ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| RollingRing |
ComponentLoadCase
Declaration
public RollingRingLoadCase ComponentLoadCase { get; }
Property Value
| Type | Description |
|---|---|
| RollingRingLoadCase |
Planetaries
Declaration
public ReadOnlyCollection<RollingRingAdvancedTimeSteppingAnalysisForModulation> Planetaries { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<RollingRingAdvancedTimeSteppingAnalysisForModulation> |
SystemDeflectionResults
Declaration
public RollingRingSystemDeflection SystemDeflectionResults { get; }
Property Value
| Type | Description |
|---|---|
| RollingRingSystemDeflection |
Implements
System.IEquatable<T>