Class CylindricalGearSetSteadyStateSynchronousResponse
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearSetSteadyStateSynchronousResponse
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SteadyStateSynchronousResponses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearSetSteadyStateSynchronousResponse : GearSetSteadyStateSynchronousResponse, 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 |
CylindricalGearsSteadyStateSynchronousResponse
Declaration
public ReadOnlyCollection<CylindricalGearSteadyStateSynchronousResponse> CylindricalGearsSteadyStateSynchronousResponse { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearSteadyStateSynchronousResponse> |
CylindricalMeshesSteadyStateSynchronousResponse
Declaration
public ReadOnlyCollection<CylindricalGearMeshSteadyStateSynchronousResponse> CylindricalMeshesSteadyStateSynchronousResponse { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearMeshSteadyStateSynchronousResponse> |
Implements
System.IEquatable<T>