Class StraightBevelGearSetSteadyStateSynchronousResponse
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
StraightBevelGearSetSteadyStateSynchronousResponse
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 StraightBevelGearSetSteadyStateSynchronousResponse : BevelGearSetSteadyStateSynchronousResponse, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public StraightBevelGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
StraightBevelGearSet |
AssemblyLoadCase
Declaration
public StraightBevelGearSetLoadCase AssemblyLoadCase { get; }
Property Value
Type | Description |
---|---|
StraightBevelGearSetLoadCase |
StraightBevelGearsSteadyStateSynchronousResponse
Declaration
public ReadOnlyCollection<StraightBevelGearSteadyStateSynchronousResponse> StraightBevelGearsSteadyStateSynchronousResponse { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearSteadyStateSynchronousResponse> |
StraightBevelMeshesSteadyStateSynchronousResponse
Declaration
public ReadOnlyCollection<StraightBevelGearMeshSteadyStateSynchronousResponse> StraightBevelMeshesSteadyStateSynchronousResponse { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearMeshSteadyStateSynchronousResponse> |
Implements
System.IEquatable<T>