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