Class StraightBevelDiffGearSetHarmonicAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
StraightBevelDiffGearSetHarmonicAnalysis
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 StraightBevelDiffGearSetHarmonicAnalysis : BevelGearSetHarmonicAnalysis, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public StraightBevelDiffGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
StraightBevelDiffGearSet |
AssemblyLoadCase
Declaration
public StraightBevelDiffGearSetLoadCase AssemblyLoadCase { get; }
Property Value
Type | Description |
---|---|
StraightBevelDiffGearSetLoadCase |
StraightBevelDiffGearsHarmonicAnalysis
Declaration
public ReadOnlyCollection<StraightBevelDiffGearHarmonicAnalysis> StraightBevelDiffGearsHarmonicAnalysis { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelDiffGearHarmonicAnalysis> |
StraightBevelDiffMeshesHarmonicAnalysis
Declaration
public ReadOnlyCollection<StraightBevelDiffGearMeshHarmonicAnalysis> StraightBevelDiffMeshesHarmonicAnalysis { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelDiffGearMeshHarmonicAnalysis> |
SystemDeflectionResults
Declaration
public StraightBevelDiffGearSetSystemDeflection SystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
StraightBevelDiffGearSetSystemDeflection |
Implements
System.IEquatable<T>