Class ConicalGearCompoundSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConicalGearCompoundSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class ConicalGearCompoundSystemDeflection : GearCompoundSystemDeflection, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<ConicalGearSystemDeflection> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConicalGearSystemDeflection> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<ConicalGearSystemDeflection> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConicalGearSystemDeflection> |
ConicalDutyCycleRating
Declaration
public ConicalGearDutyCycleRating ConicalDutyCycleRating { get; }
Property Value
Type | Description |
---|---|
ConicalGearDutyCycleRating |
Planetaries
Declaration
public ReadOnlyCollection<ConicalGearCompoundSystemDeflection> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConicalGearCompoundSystemDeflection> |
Implements
System.IEquatable<T>