Class SpringDamperHalfAdvancedSystemDeflection
Inheritance
System.Object
SpringDamperHalfAdvancedSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedSystemDeflections
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class SpringDamperHalfAdvancedSystemDeflection : CouplingHalfAdvancedSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public SpringDamperHalf ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| SpringDamperHalf |
ComponentLoadCase
Declaration
public SpringDamperHalfLoadCase ComponentLoadCase { get; }
Property Value
| Type | Description |
|---|---|
| SpringDamperHalfLoadCase |
ComponentSystemDeflectionResults
Declaration
public ReadOnlyCollection<SpringDamperHalfSystemDeflection> ComponentSystemDeflectionResults { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<SpringDamperHalfSystemDeflection> |
Implements
System.IEquatable<T>