Class AbstractShaftOrHousingSystemDeflection
Inheritance
System.Object
AbstractShaftOrHousingSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class AbstractShaftOrHousingSystemDeflection : ComponentSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public AbstractShaftOrHousing ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| AbstractShaftOrHousing |
MassIncludingConnectedComponents
Declaration
public double MassIncludingConnectedComponents { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
PolarInertiaIncludingConnectedComponents
Declaration
public double PolarInertiaIncludingConnectedComponents { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
PowerFlowResults
Declaration
public AbstractShaftOrHousingPowerFlow PowerFlowResults { get; }
Property Value
| Type | Description |
|---|---|
| AbstractShaftOrHousingPowerFlow |
Implements
System.IEquatable<T>