Class StraightBevelGearCompoundStabilityAnalysis
Inheritance
System.Object
StraightBevelGearCompoundStabilityAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StabilityAnalyses.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class StraightBevelGearCompoundStabilityAnalysis : BevelGearCompoundStabilityAnalysis, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<StraightBevelGearStabilityAnalysis> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearStabilityAnalysis> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<StraightBevelGearStabilityAnalysis> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearStabilityAnalysis> |
ComponentDesign
Declaration
public StraightBevelGear ComponentDesign { get; }
Property Value
Type | Description |
---|---|
StraightBevelGear |
Implements
System.IEquatable<T>