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