Class PartLoadCase
Inheritance
System.Object
PartLoadCase
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class PartLoadCase : PartAnalysis, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public Part ComponentDesign { get; }
Property Value
ExcitationDataIsUpToDate
Declaration
public virtual bool ExcitationDataIsUpToDate { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
HarmonicExcitationType
Declaration
public EnumWithSelectedValue<HarmonicExcitationType> HarmonicExcitationType { get; set; }
Property Value
LoadCaseForHarmonicExcitationTypeAdvancedSystemDeflectionCurrentLoadCaseSetUp
Declaration
public ListWithSelectedItem<StaticLoadCase> LoadCaseForHarmonicExcitationTypeAdvancedSystemDeflectionCurrentLoadCaseSetUp { get; set; }
Property Value
StaticLoadCase
Declaration
public StaticLoadCase StaticLoadCase { get; }
Property Value
TimeSeriesLoadCase
Declaration
public TimeSeriesLoadCase TimeSeriesLoadCase { get; }
Property Value
UseThisLoadCaseForAdvancedSystemDeflectionCurrentLoadCaseSetUp
Declaration
public bool UseThisLoadCaseForAdvancedSystemDeflectionCurrentLoadCaseSetUp { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
ClearUserSpecifiedExcitationDataForThisLoadCase()
Declaration
public void ClearUserSpecifiedExcitationDataForThisLoadCase()
GetHarmonicLoadDataForImport()
Declaration
public HarmonicLoadDataBase GetHarmonicLoadDataForImport()
Returns
Implements
System.IEquatable<T>
Extension Methods