Class CylindricalGearSetSteadyStateSynchronousResponseAtASpeed
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearSetSteadyStateSynchronousResponseAtASpeed
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SteadyStateSynchronousResponsesAtASpeed
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearSetSteadyStateSynchronousResponseAtASpeed : GearSetSteadyStateSynchronousResponseAtASpeed, 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 |
CylindricalGearsSteadyStateSynchronousResponseAtASpeed
Declaration
public ReadOnlyCollection<CylindricalGearSteadyStateSynchronousResponseAtASpeed> CylindricalGearsSteadyStateSynchronousResponseAtASpeed { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearSteadyStateSynchronousResponseAtASpeed> |
CylindricalMeshesSteadyStateSynchronousResponseAtASpeed
Declaration
public ReadOnlyCollection<CylindricalGearMeshSteadyStateSynchronousResponseAtASpeed> CylindricalMeshesSteadyStateSynchronousResponseAtASpeed { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearMeshSteadyStateSynchronousResponseAtASpeed> |
Implements
System.IEquatable<T>