Class CycloidalDiscCompoundSteadyStateSynchronousResponseAtASpeed
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CycloidalDiscCompoundSteadyStateSynchronousResponseAtASpeed
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 CycloidalDiscCompoundSteadyStateSynchronousResponseAtASpeed : AbstractShaftCompoundSteadyStateSynchronousResponseAtASpeed, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<CycloidalDiscSteadyStateSynchronousResponseAtASpeed> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CycloidalDiscSteadyStateSynchronousResponseAtASpeed> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<CycloidalDiscSteadyStateSynchronousResponseAtASpeed> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CycloidalDiscSteadyStateSynchronousResponseAtASpeed> |
ComponentDesign
Declaration
public CycloidalDisc ComponentDesign { get; }
Property Value
Type | Description |
---|---|
CycloidalDisc |
Implements
System.IEquatable<T>