Class FEPartHarmonicAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FEPartHarmonicAnalysis
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public 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