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