Class HarmonicAnalysisFEExportOptions
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
HarmonicAnalysisFEExportOptions
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 HarmonicAnalysisFEExportOptions : HarmonicAnalysisExportOptions<IHaveFEPartHarmonicAnalysisResults, FEPart>, IEquatable<APIBase>
Properties
CombineExcitationsFromDifferentParts
If this option is not selected, excitations from different parts or planets will not be combined
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
If this option is selected, export will contain only the results for nodes in the selected Element Face Group. For OP2 export, 2D elements will be created for element faces included in the Element Face Group.
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
Include all FE models in the export file. Only the reduced FE models are exported.
Declaration
public bool IncludeAllFEModels { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IncludeAllShafts
Includes all shafts components in the export file.
Declaration
public bool IncludeAllShafts { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IncludeMidsideNodes
If this option is not selected, midside nodes of higher-order elements will be omitted from the export. For OP2 export, 2D elements created for the surface will be linear.
Declaration
public bool IncludeMidsideNodes { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IncludeOriginalFEFile
Include the original FE file contents in the exported file.
Declaration
public bool IncludeOriginalFEFile { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IncludeRigidCouplingsAndNodesAddedByMASTA
Include any rigid couplings or nodes created by MASTA in the exported file.
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
Measurement: AngularVelocity
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