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