Class StraightBevelGearSetHarmonicAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
StraightBevelGearSetHarmonicAnalysis
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 StraightBevelGearSetHarmonicAnalysis : BevelGearSetHarmonicAnalysis, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public StraightBevelGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
StraightBevelGearSet |
AssemblyLoadCase
Declaration
public StraightBevelGearSetLoadCase AssemblyLoadCase { get; }
Property Value
Type | Description |
---|---|
StraightBevelGearSetLoadCase |
StraightBevelGearsHarmonicAnalysis
Declaration
public ReadOnlyCollection<StraightBevelGearHarmonicAnalysis> StraightBevelGearsHarmonicAnalysis { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearHarmonicAnalysis> |
StraightBevelMeshesHarmonicAnalysis
Declaration
public ReadOnlyCollection<StraightBevelGearMeshHarmonicAnalysis> StraightBevelMeshesHarmonicAnalysis { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearMeshHarmonicAnalysis> |
SystemDeflectionResults
Declaration
public StraightBevelGearSetSystemDeflection SystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
StraightBevelGearSetSystemDeflection |
Implements
System.IEquatable<T>