Class HypoidGearSetStabilityAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
HypoidGearSetStabilityAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StabilityAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class HypoidGearSetStabilityAnalysis : AGMAGleasonConicalGearSetStabilityAnalysis, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public HypoidGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
HypoidGearSet |
AssemblyLoadCase
Declaration
public HypoidGearSetLoadCase AssemblyLoadCase { get; }
Property Value
Type | Description |
---|---|
HypoidGearSetLoadCase |
HypoidGearsStabilityAnalysis
Declaration
public ReadOnlyCollection<HypoidGearStabilityAnalysis> HypoidGearsStabilityAnalysis { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<HypoidGearStabilityAnalysis> |
HypoidMeshesStabilityAnalysis
Declaration
public ReadOnlyCollection<HypoidGearMeshStabilityAnalysis> HypoidMeshesStabilityAnalysis { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<HypoidGearMeshStabilityAnalysis> |
Implements
System.IEquatable<T>