Class BoltSystemDeflection
Inheritance
System.Object
BoltSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class BoltSystemDeflection : ComponentSystemDeflection, 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 |
PowerFlowResults
Declaration
public BoltPowerFlow PowerFlowResults { get; }
Property Value
| Type | Description |
|---|---|
| BoltPowerFlow |
Implements
System.IEquatable<T>