Class BoltModalAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BoltModalAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class BoltModalAnalysis : ComponentModalAnalysis, 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 |
SystemDeflectionResults
Declaration
public BoltSystemDeflection SystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
BoltSystemDeflection |
Implements
System.IEquatable<T>