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