Class HarmonicAnalysisFEExportOptions
Inheritance
System.Object
HarmonicAnalysisFEExportOptions
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class HarmonicAnalysisFEExportOptions : HarmonicAnalysisExportOptions<IHaveFEPartHarmonicAnalysisResults, FEPart>, IEquatable<APIBase>
Properties
CombineExcitationsFromDifferentParts
Declaration
public bool CombineExcitationsFromDifferentParts { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
CombineExcitationsOfSameOrder
Declaration
public bool CombineExcitationsOfSameOrder { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ComplexNumberOutputOption
Declaration
public EnumWithSelectedValue<HarmonicAnalysisFEExportOptions.ComplexNumberOutput> ComplexNumberOutputOption { get; set; }
Property Value
DistanceUnit
Declaration
public ListWithSelectedItem<Unit> DistanceUnit { get; set; }
Property Value
EigenvalueOptions
Declaration
public EigenvalueOptions EigenvalueOptions { get; }
Property Value
ElementFaceGroupToExport
Declaration
public ListWithSelectedItem<CMSElementFaceGroup> ElementFaceGroupToExport { get; set; }
Property Value
ExportFullMesh
Declaration
public bool ExportFullMesh { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ExportResultsForElementFaceGroupOnly
Declaration
public bool ExportResultsForElementFaceGroupOnly { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public EnumWithSelectedValue<FEExportFormat> FEExportFormat { get; set; }
Property Value
ForceUnit
Declaration
public ListWithSelectedItem<Unit> ForceUnit { get; set; }
Property Value
FrequencyOptions
Declaration
public FrequencyOptionsForHarmonicAnalysisResults FrequencyOptions { get; }
Property Value
IncludeAllFEModels
Declaration
public bool IncludeAllFEModels { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IncludeAllShafts
Declaration
public bool IncludeAllShafts { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IncludeMidsideNodes
Declaration
public bool IncludeMidsideNodes { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IncludeModeShapesFile
Declaration
public bool IncludeModeShapesFile { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IncludeOriginalFEFile
Declaration
public bool IncludeOriginalFEFile { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IncludeRigidCouplingsAndNodesAddedByMASTA
Declaration
public bool IncludeRigidCouplingsAndNodesAddedByMASTA { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
OneFilePerFrequency
Declaration
public bool OneFilePerFrequency { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ReferenceSpeed
Declaration
public double ReferenceSpeed { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ReferenceSpeedOptions
Declaration
public SpeedOptionsForHarmonicAnalysisResults ReferenceSpeedOptions { get; }
Property Value
StatusMessageForExport
Declaration
public override string StatusMessageForExport { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalyses.HarmonicAnalysisExportOptions<SMT.MastaAPI.SystemModel.AnalysesAndResults.IHaveFEPartHarmonicAnalysisResults, SMT.MastaAPI.SystemModel.PartModel.FEPart>.StatusMessageForExport
UseSingleSpeed
Declaration
public bool UseSingleSpeed { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
ExportToFolder(String)
Declaration
public ReadOnlyCollection<string> ExportToFolder(string folderPath)
Parameters
| Type |
Name |
Description |
| System.String |
folderPath |
|
Returns
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<System.String> |
|
Implements
System.IEquatable<T>
Extension Methods