Class CylindricalGearCompoundSteadyStateSynchronousResponseOnAShaft
Inheritance
System.Object
CylindricalGearCompoundSteadyStateSynchronousResponseOnAShaft
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SteadyStateSynchronousResponsesOnAShaft.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public class CylindricalGearCompoundSteadyStateSynchronousResponseOnAShaft : GearCompoundSteadyStateSynchronousResponseOnAShaft, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<CylindricalGearSteadyStateSynchronousResponseOnAShaft> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearSteadyStateSynchronousResponseOnAShaft> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<CylindricalGearSteadyStateSynchronousResponseOnAShaft> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearSteadyStateSynchronousResponseOnAShaft> |
ComponentDesign
Declaration
public CylindricalGear ComponentDesign { get; }
Property Value
Type | Description |
---|---|
CylindricalGear |
Planetaries
Declaration
public ReadOnlyCollection<CylindricalGearCompoundSteadyStateSynchronousResponseOnAShaft> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearCompoundSteadyStateSynchronousResponseOnAShaft> |
Implements
System.IEquatable<T>