Class CylindricalGearDynamicAnalysis
Inheritance
System.Object
CylindricalGearDynamicAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.DynamicAnalyses
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class CylindricalGearDynamicAnalysis : GearDynamicAnalysis, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public CylindricalGear ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| CylindricalGear |
ComponentLoadCase
Declaration
public CylindricalGearLoadCase ComponentLoadCase { get; }
Property Value
| Type | Description |
|---|---|
| CylindricalGearLoadCase |
Planetaries
Declaration
public ReadOnlyCollection<CylindricalGearDynamicAnalysis> Planetaries { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearDynamicAnalysis> |
Implements
System.IEquatable<T>