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