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