Class RootAssemblyModalAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RootAssemblyModalAnalysis
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 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>