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