Class CylindricalGearSteadyStateSynchronousResponse
Inheritance
System.Object
CylindricalGearSteadyStateSynchronousResponse
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SteadyStateSynchronousResponses
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public class CylindricalGearSteadyStateSynchronousResponse : GearSteadyStateSynchronousResponse, 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<CylindricalGearSteadyStateSynchronousResponse> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearSteadyStateSynchronousResponse> |
Implements
System.IEquatable<T>