Class StraightBevelGearSetModalAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
StraightBevelGearSetModalAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class StraightBevelGearSetModalAnalysis : BevelGearSetModalAnalysis, 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 |
StraightBevelGearsModalAnalysis
Declaration
public ReadOnlyCollection<StraightBevelGearModalAnalysis> StraightBevelGearsModalAnalysis { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearModalAnalysis> |
StraightBevelMeshesModalAnalysis
Declaration
public ReadOnlyCollection<StraightBevelGearMeshModalAnalysis> StraightBevelMeshesModalAnalysis { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearMeshModalAnalysis> |
SystemDeflectionResults
Declaration
public StraightBevelGearSetSystemDeflection SystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
StraightBevelGearSetSystemDeflection |
Implements
System.IEquatable<T>