Class StraightBevelDiffGearSetCompoundStabilityAnalysis
Inheritance
System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    
    
    
    
    
    
    
    
    
    
    
    StraightBevelDiffGearSetCompoundStabilityAnalysis
  Implements
System.IEquatable<APIBase>
  Inherited Members
      SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
    
  Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StabilityAnalyses.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class StraightBevelDiffGearSetCompoundStabilityAnalysis : BevelGearSetCompoundStabilityAnalysis, IEquatable<APIBase>Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<StraightBevelDiffGearSetStabilityAnalysis> AssemblyAnalysisCases { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelDiffGearSetStabilityAnalysis> | 
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<StraightBevelDiffGearSetStabilityAnalysis> AssemblyAnalysisCasesReady { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelDiffGearSetStabilityAnalysis> | 
AssemblyDesign
Declaration
public StraightBevelDiffGearSet AssemblyDesign { get; }Property Value
| Type | Description | 
|---|---|
| StraightBevelDiffGearSet | 
StraightBevelDiffGearsCompoundStabilityAnalysis
Declaration
public ReadOnlyCollection<StraightBevelDiffGearCompoundStabilityAnalysis> StraightBevelDiffGearsCompoundStabilityAnalysis { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelDiffGearCompoundStabilityAnalysis> | 
StraightBevelDiffMeshesCompoundStabilityAnalysis
Declaration
public ReadOnlyCollection<StraightBevelDiffGearMeshCompoundStabilityAnalysis> StraightBevelDiffMeshesCompoundStabilityAnalysis { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelDiffGearMeshCompoundStabilityAnalysis> | 
Implements
      System.IEquatable<T>