Class FEPartHarmonicAnalysis
Inheritance
System.Object
FEPartHarmonicAnalysis
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class FEPartHarmonicAnalysis : AbstractShaftOrHousingHarmonicAnalysis, IEquatable<APIBase>, IHaveFEPartHarmonicAnalysisResults
Properties
ComponentDesign
Declaration
public FEPart ComponentDesign { get; }
Property Value
ComponentLoadCase
Declaration
public FEPartLoadCase ComponentLoadCase { get; }
Property Value
CoupledModalAnalysis
Declaration
public FEPartModalAnalysis CoupledModalAnalysis { get; }
Property Value
Export
Declaration
public HarmonicAnalysisFEExportOptions Export { get; }
Property Value
ExportAccelerations
This property will not export any results when exporting to FE package.
Declaration
public string ExportAccelerations { get; }
Property Value
Type |
Description |
System.String |
|
ExportDisplacements
Declaration
public string ExportDisplacements { get; }
Property Value
Type |
Description |
System.String |
|
ExportForces
Declaration
public string ExportForces { get; }
Property Value
Type |
Description |
System.String |
|
ExportVelocities
This property will not export any results when exporting to FE package.
Declaration
public string ExportVelocities { get; }
Property Value
Type |
Description |
System.String |
|
Planetaries
Declaration
public ReadOnlyCollection<FEPartHarmonicAnalysis> Planetaries { get; }
Property Value
Results
Declaration
public FEPartHarmonicAnalysisResultsPropertyAccessor Results { get; }
Property Value
SystemDeflectionResults
Declaration
public FEPartSystemDeflection SystemDeflectionResults { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods