Class RollingRingConnectionModalAnalysisAtAStiffness
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RollingRingConnectionModalAnalysisAtAStiffness
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalysesAtAStiffness
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class RollingRingConnectionModalAnalysisAtAStiffness : InterMountableComponentConnectionModalAnalysisAtAStiffness, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public RollingRingConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
RollingRingConnection |
ConnectionLoadCase
Declaration
public RollingRingConnectionLoadCase ConnectionLoadCase { get; }
Property Value
Type | Description |
---|---|
RollingRingConnectionLoadCase |
Planetaries
Declaration
public ReadOnlyCollection<RollingRingConnectionModalAnalysisAtAStiffness> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RollingRingConnectionModalAnalysisAtAStiffness> |
Implements
System.IEquatable<T>