Class ZerolBevelGearSetHarmonicAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ZerolBevelGearSetHarmonicAnalysis
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 ZerolBevelGearSetHarmonicAnalysis : BevelGearSetHarmonicAnalysis, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public ZerolBevelGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
ZerolBevelGearSet |
AssemblyLoadCase
Declaration
public ZerolBevelGearSetLoadCase AssemblyLoadCase { get; }
Property Value
Type | Description |
---|---|
ZerolBevelGearSetLoadCase |
SystemDeflectionResults
Declaration
public ZerolBevelGearSetSystemDeflection SystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
ZerolBevelGearSetSystemDeflection |
ZerolBevelGearsHarmonicAnalysis
Declaration
public ReadOnlyCollection<ZerolBevelGearHarmonicAnalysis> ZerolBevelGearsHarmonicAnalysis { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ZerolBevelGearHarmonicAnalysis> |
ZerolBevelMeshesHarmonicAnalysis
Declaration
public ReadOnlyCollection<ZerolBevelGearMeshHarmonicAnalysis> ZerolBevelMeshesHarmonicAnalysis { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ZerolBevelGearMeshHarmonicAnalysis> |
Implements
System.IEquatable<T>