Class StraightBevelGearSetCompoundStabilityAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
StraightBevelGearSetCompoundStabilityAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StabilityAnalyses.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class StraightBevelGearSetCompoundStabilityAnalysis : BevelGearSetCompoundStabilityAnalysis, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<StraightBevelGearSetStabilityAnalysis> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearSetStabilityAnalysis> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<StraightBevelGearSetStabilityAnalysis> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearSetStabilityAnalysis> |
AssemblyDesign
Declaration
public StraightBevelGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
StraightBevelGearSet |
StraightBevelGearsCompoundStabilityAnalysis
Declaration
public ReadOnlyCollection<StraightBevelGearCompoundStabilityAnalysis> StraightBevelGearsCompoundStabilityAnalysis { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearCompoundStabilityAnalysis> |
StraightBevelMeshesCompoundStabilityAnalysis
Declaration
public ReadOnlyCollection<StraightBevelGearMeshCompoundStabilityAnalysis> StraightBevelMeshesCompoundStabilityAnalysis { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearMeshCompoundStabilityAnalysis> |
Implements
System.IEquatable<T>