Class RollingRingModalAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RollingRingModalAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class RollingRingModalAnalysis : CouplingHalfModalAnalysis, 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<RollingRingModalAnalysis> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RollingRingModalAnalysis> |
SystemDeflectionResults
Declaration
public RollingRingSystemDeflection SystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
RollingRingSystemDeflection |
Implements
System.IEquatable<T>