Class BoltAdvancedSystemDeflection
Inheritance
System.Object
BoltAdvancedSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedSystemDeflections
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class BoltAdvancedSystemDeflection : ComponentAdvancedSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public Bolt ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Bolt |
ComponentLoadCase
Declaration
public BoltLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
BoltLoadCase |
ComponentSystemDeflectionResults
Declaration
public ReadOnlyCollection<BoltSystemDeflection> ComponentSystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BoltSystemDeflection> |
Implements
System.IEquatable<T>