Class RootAssemblyModalAnalysis
Inheritance
System.Object
RootAssemblyModalAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalyses
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class RootAssemblyModalAnalysis : AssemblyModalAnalysis, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public RootAssembly AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
RootAssembly |
ModalAnalysisInputs
Declaration
public ModalAnalysis ModalAnalysisInputs { get; }
Property Value
Type | Description |
---|---|
ModalAnalysis |
SystemDeflectionResults
Declaration
public RootAssemblySystemDeflection SystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
RootAssemblySystemDeflection |
Implements
System.IEquatable<T>