Class BevelDifferentialGearSetSteadyStateSynchronousResponseAtASpeed
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BevelDifferentialGearSetSteadyStateSynchronousResponseAtASpeed
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 BevelDifferentialGearSetSteadyStateSynchronousResponseAtASpeed : BevelGearSetSteadyStateSynchronousResponseAtASpeed, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public BevelDifferentialGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
BevelDifferentialGearSet |
AssemblyLoadCase
Declaration
public BevelDifferentialGearSetLoadCase AssemblyLoadCase { get; }
Property Value
Type | Description |
---|---|
BevelDifferentialGearSetLoadCase |
BevelDifferentialGearsSteadyStateSynchronousResponseAtASpeed
Declaration
public ReadOnlyCollection<BevelDifferentialGearSteadyStateSynchronousResponseAtASpeed> BevelDifferentialGearsSteadyStateSynchronousResponseAtASpeed { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BevelDifferentialGearSteadyStateSynchronousResponseAtASpeed> |
BevelDifferentialMeshesSteadyStateSynchronousResponseAtASpeed
Declaration
public ReadOnlyCollection<BevelDifferentialGearMeshSteadyStateSynchronousResponseAtASpeed> BevelDifferentialMeshesSteadyStateSynchronousResponseAtASpeed { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BevelDifferentialGearMeshSteadyStateSynchronousResponseAtASpeed> |
Implements
System.IEquatable<T>