Class StraightBevelGearMeshCompoundStabilityAnalysis
Inheritance
System.Object
StraightBevelGearMeshCompoundStabilityAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StabilityAnalyses.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class StraightBevelGearMeshCompoundStabilityAnalysis : BevelGearMeshCompoundStabilityAnalysis, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
[Obsolete("Use ConnectionDesign")]
public StraightBevelGearMesh ComponentDesign { get; }
Property Value
Type | Description |
---|---|
StraightBevelGearMesh |
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<StraightBevelGearMeshStabilityAnalysis> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearMeshStabilityAnalysis> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<StraightBevelGearMeshStabilityAnalysis> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearMeshStabilityAnalysis> |
ConnectionDesign
Declaration
public StraightBevelGearMesh ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
StraightBevelGearMesh |
Implements
System.IEquatable<T>