Class FESubstructureWithSelectionForModalAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FESubstructureWithSelectionForModalAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.FE
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FESubstructureWithSelectionForModalAnalysis : FESubstructureWithSelection, IEquatable<APIBase>
Properties
EigenvalueOptions
Declaration
public EigenvalueOptions EigenvalueOptions { get; }
Property Value
Type | Description |
---|---|
EigenvalueOptions |
FEModalFrequencies
Declaration
public ReadOnlyCollection<FEModalFrequencyComparison> FEModalFrequencies { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FEModalFrequencyComparison> |
FullFEModeShapesAtCondensationNodes
Declaration
public ReadOnlyCollection<FESubstructureNodeModeShapes> FullFEModeShapesAtCondensationNodes { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FESubstructureNodeModeShapes> |
InvertYAxisOfMACChart
Declaration
public bool InvertYAxisOfMACChart { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaxDisplacementScaling
Declaration
public Overridable<double> MaxDisplacementScaling { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
ModalDrawStyle
Declaration
public FEModelModalAnalysisDrawStyle ModalDrawStyle { get; }
Property Value
Type | Description |
---|---|
FEModelModalAnalysisDrawStyle |
ModeToDraw
Declaration
public ListWithSelectedItem<int> ModeToDraw { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<System.Int32> |
ShowFullFEModeShapes
Declaration
public bool ShowFullFEModeShapes { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
CalculateFullFEModes()
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>