Class RootAssemblyHarmonicAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RootAssemblyHarmonicAnalysis
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class RootAssemblyHarmonicAnalysis : AssemblyHarmonicAnalysis, IEquatable<APIBase>, IHaveRootHarmonicAnalysisResults
Properties
AssemblyDesign
Declaration
public RootAssembly AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
RootAssembly |
Export
Declaration
public HarmonicAnalysisRootAssemblyExportOptions Export { get; }
Property Value
Type | Description |
---|---|
HarmonicAnalysisRootAssemblyExportOptions |
HarmonicAnalysisInputs
Declaration
public HarmonicAnalysis HarmonicAnalysisInputs { get; }
Property Value
Type | Description |
---|---|
HarmonicAnalysis |
Results
Declaration
public RootAssemblyHarmonicAnalysisResultsPropertyAccessor Results { get; }
Property Value
Type | Description |
---|---|
RootAssemblyHarmonicAnalysisResultsPropertyAccessor |
SystemDeflectionResults
Declaration
public RootAssemblySystemDeflection SystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
RootAssemblySystemDeflection |
Implements
System.IEquatable<T>