Class SpiralBevelGearSetCompoundStabilityAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SpiralBevelGearSetCompoundStabilityAnalysis
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 SpiralBevelGearSetCompoundStabilityAnalysis : BevelGearSetCompoundStabilityAnalysis, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<SpiralBevelGearSetStabilityAnalysis> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpiralBevelGearSetStabilityAnalysis> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<SpiralBevelGearSetStabilityAnalysis> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpiralBevelGearSetStabilityAnalysis> |
AssemblyDesign
Declaration
public SpiralBevelGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
SpiralBevelGearSet |
SpiralBevelGearsCompoundStabilityAnalysis
Declaration
public ReadOnlyCollection<SpiralBevelGearCompoundStabilityAnalysis> SpiralBevelGearsCompoundStabilityAnalysis { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpiralBevelGearCompoundStabilityAnalysis> |
SpiralBevelMeshesCompoundStabilityAnalysis
Declaration
public ReadOnlyCollection<SpiralBevelGearMeshCompoundStabilityAnalysis> SpiralBevelMeshesCompoundStabilityAnalysis { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpiralBevelGearMeshCompoundStabilityAnalysis> |
Implements
System.IEquatable<T>