Class AbstractShaftOrHousingLoadCase
Inheritance
System.Object
AbstractShaftOrHousingLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class AbstractShaftOrHousingLoadCase : ComponentLoadCase, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public AbstractShaftOrHousing ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| AbstractShaftOrHousing |
IncludeFlexibilitiesSetting
Declaration
public EnumWithSelectedValue<ShaftAndHousingFlexibilityOption> IncludeFlexibilitiesSetting { get; set; }
Property Value
| Type | Description |
|---|---|
| EnumWithSelectedValue<ShaftAndHousingFlexibilityOption> |
RayleighDampingAlpha
Declaration
public Overridable<double> RayleighDampingAlpha { get; set; }
Property Value
| Type | Description |
|---|---|
| Overridable<System.Double> |
Temperature
Declaration
public Overridable<double> Temperature { get; set; }
Property Value
| Type | Description |
|---|---|
| Overridable<System.Double> |
Implements
System.IEquatable<T>