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