Class TransferPathAnalysisSetupOptions
Inheritance
System.Object
TransferPathAnalysisSetupOptions
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalyses.TransferPathAnalyses
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class TransferPathAnalysisSetupOptions : AbstractAnalysisOptions<StaticLoadCase>, IEquatable<APIBase>
Properties
ShaftsAndFEPartsToInclude
Declaration
public ReadOnlyCollection<ShaftOrHousingSelection> ShaftsAndFEPartsToInclude { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ShaftOrHousingSelection> |
ToleranceForRigidBodyModes
TPA Submodel modes with natural frequencies below this value will be interpreted as rigid body modes. Transfer Path Analysis results are likely to be incorrect if the TPA Submodel contains rigid body modes.
Measurement: Frequency
Declaration
public double ToleranceForRigidBodyModes { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>