Class FEPartCompoundSteadyStateSynchronousResponseAtASpeed
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FEPartCompoundSteadyStateSynchronousResponseAtASpeed
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SteadyStateSynchronousResponsesAtASpeed.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FEPartCompoundSteadyStateSynchronousResponseAtASpeed : AbstractShaftOrHousingCompoundSteadyStateSynchronousResponseAtASpeed, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<FEPartSteadyStateSynchronousResponseAtASpeed> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FEPartSteadyStateSynchronousResponseAtASpeed> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<FEPartSteadyStateSynchronousResponseAtASpeed> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FEPartSteadyStateSynchronousResponseAtASpeed> |
ComponentDesign
Declaration
public FEPart ComponentDesign { get; }
Property Value
Type | Description |
---|---|
FEPart |
Planetaries
Declaration
public ReadOnlyCollection<FEPartCompoundSteadyStateSynchronousResponseAtASpeed> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FEPartCompoundSteadyStateSynchronousResponseAtASpeed> |
Implements
System.IEquatable<T>