Class MassDiscAdvancedTimeSteppingAnalysisForModulation
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
MassDiscAdvancedTimeSteppingAnalysisForModulation
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 MassDiscAdvancedTimeSteppingAnalysisForModulation : VirtualComponentAdvancedTimeSteppingAnalysisForModulation, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public MassDisc ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| MassDisc |
ComponentLoadCase
Declaration
public MassDiscLoadCase ComponentLoadCase { get; }
Property Value
| Type | Description |
|---|---|
| MassDiscLoadCase |
Planetaries
Declaration
public ReadOnlyCollection<MassDiscAdvancedTimeSteppingAnalysisForModulation> Planetaries { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<MassDiscAdvancedTimeSteppingAnalysisForModulation> |
SystemDeflectionResults
Declaration
public MassDiscSystemDeflection SystemDeflectionResults { get; }
Property Value
| Type | Description |
|---|---|
| MassDiscSystemDeflection |
Implements
System.IEquatable<T>