Class BevelDifferentialGearSetHarmonicAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BevelDifferentialGearSetHarmonicAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class BevelDifferentialGearSetHarmonicAnalysis : BevelGearSetHarmonicAnalysis, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public BevelDifferentialGearSet AssemblyDesign { get; }
Property Value
| Type | Description |
|---|---|
| BevelDifferentialGearSet |
AssemblyLoadCase
Declaration
public BevelDifferentialGearSetLoadCase AssemblyLoadCase { get; }
Property Value
| Type | Description |
|---|---|
| BevelDifferentialGearSetLoadCase |
BevelDifferentialGearsHarmonicAnalysis
Declaration
public ReadOnlyCollection<BevelDifferentialGearHarmonicAnalysis> BevelDifferentialGearsHarmonicAnalysis { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<BevelDifferentialGearHarmonicAnalysis> |
BevelDifferentialMeshesHarmonicAnalysis
Declaration
public ReadOnlyCollection<BevelDifferentialGearMeshHarmonicAnalysis> BevelDifferentialMeshesHarmonicAnalysis { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<BevelDifferentialGearMeshHarmonicAnalysis> |
SystemDeflectionResults
Declaration
public BevelDifferentialGearSetSystemDeflection SystemDeflectionResults { get; }
Property Value
| Type | Description |
|---|---|
| BevelDifferentialGearSetSystemDeflection |
Implements
System.IEquatable<T>