Class BevelGearMeshCompoundStabilityAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BevelGearMeshCompoundStabilityAnalysis
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 abstract class BevelGearMeshCompoundStabilityAnalysis : AGMAGleasonConicalGearMeshCompoundStabilityAnalysis, IEquatable<APIBase>
Properties
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<BevelGearMeshStabilityAnalysis> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BevelGearMeshStabilityAnalysis> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<BevelGearMeshStabilityAnalysis> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BevelGearMeshStabilityAnalysis> |
Implements
System.IEquatable<T>