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