Class RollingRingModalAnalysisAtASpeed
Inheritance
System.Object
RollingRingModalAnalysisAtASpeed
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalysesAtASpeed
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class RollingRingModalAnalysisAtASpeed : CouplingHalfModalAnalysisAtASpeed, 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<RollingRingModalAnalysisAtASpeed> Planetaries { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<RollingRingModalAnalysisAtASpeed> |
Implements
System.IEquatable<T>