Class FEPartSteadyStateSynchronousResponseAtASpeed
Inheritance
System.Object
FEPartSteadyStateSynchronousResponseAtASpeed
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SteadyStateSynchronousResponsesAtASpeed
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class FEPartSteadyStateSynchronousResponseAtASpeed : AbstractShaftOrHousingSteadyStateSynchronousResponseAtASpeed, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public FEPart ComponentDesign { get; }
Property Value
Type | Description |
---|---|
FEPart |
ComponentLoadCase
Declaration
public FEPartLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
FEPartLoadCase |
Planetaries
Declaration
public ReadOnlyCollection<FEPartSteadyStateSynchronousResponseAtASpeed> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FEPartSteadyStateSynchronousResponseAtASpeed> |
Implements
System.IEquatable<T>