Class BevelDifferentialGearCompoundAdvancedSystemDeflection
Inheritance
System.Object
BevelDifferentialGearCompoundAdvancedSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedSystemDeflections.Compound
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class BevelDifferentialGearCompoundAdvancedSystemDeflection : BevelGearCompoundAdvancedSystemDeflection, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<BevelDifferentialGearAdvancedSystemDeflection> ComponentAnalysisCases { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<BevelDifferentialGearAdvancedSystemDeflection> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<BevelDifferentialGearAdvancedSystemDeflection> ComponentAnalysisCasesReady { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<BevelDifferentialGearAdvancedSystemDeflection> |
ComponentDesign
Declaration
public BevelDifferentialGear ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| BevelDifferentialGear |
Implements
System.IEquatable<T>