Class StraightBevelDiffGearSetSteadyStateSynchronousResponse
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
StraightBevelDiffGearSetSteadyStateSynchronousResponse
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 StraightBevelDiffGearSetSteadyStateSynchronousResponse : BevelGearSetSteadyStateSynchronousResponse, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public StraightBevelDiffGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
StraightBevelDiffGearSet |
AssemblyLoadCase
Declaration
public StraightBevelDiffGearSetLoadCase AssemblyLoadCase { get; }
Property Value
Type | Description |
---|---|
StraightBevelDiffGearSetLoadCase |
StraightBevelDiffGearsSteadyStateSynchronousResponse
Declaration
public ReadOnlyCollection<StraightBevelDiffGearSteadyStateSynchronousResponse> StraightBevelDiffGearsSteadyStateSynchronousResponse { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelDiffGearSteadyStateSynchronousResponse> |
StraightBevelDiffMeshesSteadyStateSynchronousResponse
Declaration
public ReadOnlyCollection<StraightBevelDiffGearMeshSteadyStateSynchronousResponse> StraightBevelDiffMeshesSteadyStateSynchronousResponse { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelDiffGearMeshSteadyStateSynchronousResponse> |
Implements
System.IEquatable<T>