Class StraightBevelDiffGearSetModalAnalysisAtAStiffness
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
StraightBevelDiffGearSetModalAnalysisAtAStiffness
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalysesAtAStiffness
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class StraightBevelDiffGearSetModalAnalysisAtAStiffness : BevelGearSetModalAnalysisAtAStiffness, 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 |
StraightBevelDiffGearsModalAnalysisAtAStiffness
Declaration
public ReadOnlyCollection<StraightBevelDiffGearModalAnalysisAtAStiffness> StraightBevelDiffGearsModalAnalysisAtAStiffness { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelDiffGearModalAnalysisAtAStiffness> |
StraightBevelDiffMeshesModalAnalysisAtAStiffness
Declaration
public ReadOnlyCollection<StraightBevelDiffGearMeshModalAnalysisAtAStiffness> StraightBevelDiffMeshesModalAnalysisAtAStiffness { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelDiffGearMeshModalAnalysisAtAStiffness> |
Implements
System.IEquatable<T>