Class ComponentModalAnalysis
Inheritance
System.Object
ComponentModalAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalyses
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class ComponentModalAnalysis : PartModalAnalysis, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public Component ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Component |
SystemDeflectionResults
Declaration
public ComponentSystemDeflection SystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
ComponentSystemDeflection |
Implements
System.IEquatable<T>