Class FESubstructureWithSelectionForModalAnalysis
Inheritance
System.Object
FESubstructureWithSelectionForModalAnalysis
Assembly: SMT.MastaAPI.15.0.dll
public sealed class FESubstructureWithSelectionForModalAnalysis : FESubstructureWithSelection, IEquatable<APIBase>
Properties
Declaration
public EigenvalueOptions EigenvalueOptions { get; }
Property Value
Declaration
public ReadOnlyCollection<FEModalFrequencyComparison> FEModalFrequencies { get; }
Property Value
Declaration
public ReadOnlyCollection<FESubstructureNodeModeShapes> FullFEModeShapesAtCondensationNodes { get; }
Property Value
Declaration
public bool InvertYAxisOfMACChart { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public Overridable<double> MaxDisplacementScaling { get; set; }
Property Value
Declaration
public FEModelModalAnalysisDrawStyle ModalDrawStyle { get; }
Property Value
Declaration
public ListWithSelectedItem<int> ModeToDraw { get; set; }
Property Value
Declaration
public bool ShowFullFEModeShapes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Perform a modal analysis of the full FE mesh for comparison with the modes of the reduced model.
Declaration
public void CalculateFullFEModes()
Implements
System.IEquatable<T>
Extension Methods