Class BoltStabilityAnalysis
Inheritance
System.Object
BoltStabilityAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StabilityAnalyses
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class BoltStabilityAnalysis : ComponentStabilityAnalysis, 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 |
Implements
System.IEquatable<T>