Class AbstractAssemblyHarmonicAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
AbstractAssemblyHarmonicAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class AbstractAssemblyHarmonicAnalysis : PartHarmonicAnalysis, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public AbstractAssembly AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
AbstractAssembly |
SystemDeflectionResults
Declaration
public AbstractAssemblySystemDeflection SystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
AbstractAssemblySystemDeflection |
Implements
System.IEquatable<T>