Class CylindricalGearSetSteadyStateSynchronousResponseOnAShaft
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearSetSteadyStateSynchronousResponseOnAShaft
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SteadyStateSynchronousResponsesOnAShaft
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearSetSteadyStateSynchronousResponseOnAShaft : GearSetSteadyStateSynchronousResponseOnAShaft, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public CylindricalGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
CylindricalGearSet |
AssemblyLoadCase
Declaration
public CylindricalGearSetLoadCase AssemblyLoadCase { get; }
Property Value
Type | Description |
---|---|
CylindricalGearSetLoadCase |
CylindricalGearsSteadyStateSynchronousResponseOnAShaft
Declaration
public ReadOnlyCollection<CylindricalGearSteadyStateSynchronousResponseOnAShaft> CylindricalGearsSteadyStateSynchronousResponseOnAShaft { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearSteadyStateSynchronousResponseOnAShaft> |
CylindricalMeshesSteadyStateSynchronousResponseOnAShaft
Declaration
public ReadOnlyCollection<CylindricalGearMeshSteadyStateSynchronousResponseOnAShaft> CylindricalMeshesSteadyStateSynchronousResponseOnAShaft { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearMeshSteadyStateSynchronousResponseOnAShaft> |
Implements
System.IEquatable<T>