Class GearCompoundSystemDeflection
Inheritance
System.Object
GearCompoundSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class GearCompoundSystemDeflection : MountableComponentCompoundSystemDeflection, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<GearSystemDeflection> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GearSystemDeflection> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<GearSystemDeflection> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GearSystemDeflection> |
DutyCycleRating
Declaration
public GearDutyCycleRating DutyCycleRating { get; }
Property Value
Type | Description |
---|---|
GearDutyCycleRating |
Implements
System.IEquatable<T>