Class WormGearMeshCompoundSteadyStateSynchronousResponse
Inheritance
System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    
    
    
    
    
    
    
    WormGearMeshCompoundSteadyStateSynchronousResponse
  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 WormGearMeshCompoundSteadyStateSynchronousResponse : GearMeshCompoundSteadyStateSynchronousResponse, IEquatable<APIBase>Properties
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<WormGearMeshSteadyStateSynchronousResponse> ConnectionAnalysisCases { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<WormGearMeshSteadyStateSynchronousResponse> | 
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<WormGearMeshSteadyStateSynchronousResponse> ConnectionAnalysisCasesReady { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<WormGearMeshSteadyStateSynchronousResponse> | 
ConnectionDesign
Declaration
public WormGearMesh ConnectionDesign { get; }Property Value
| Type | Description | 
|---|---|
| WormGearMesh | 
Implements
      System.IEquatable<T>