Class ConceptCouplingConnectionCompoundSteadyStateSynchronousResponseOnAShaft
Inheritance
System.Object
ConceptCouplingConnectionCompoundSteadyStateSynchronousResponseOnAShaft
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SteadyStateSynchronousResponsesOnAShaft.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ConceptCouplingConnectionCompoundSteadyStateSynchronousResponseOnAShaft : CouplingConnectionCompoundSteadyStateSynchronousResponseOnAShaft, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
[Obsolete("Use ConnectionDesign")]
public ConceptCouplingConnection ComponentDesign { get; }
Property Value
Type | Description |
---|---|
ConceptCouplingConnection |
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<ConceptCouplingConnectionSteadyStateSynchronousResponseOnAShaft> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptCouplingConnectionSteadyStateSynchronousResponseOnAShaft> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<ConceptCouplingConnectionSteadyStateSynchronousResponseOnAShaft> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptCouplingConnectionSteadyStateSynchronousResponseOnAShaft> |
ConnectionDesign
Declaration
public ConceptCouplingConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
ConceptCouplingConnection |
Implements
System.IEquatable<T>