Class AbstractShaftOrHousingSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
AbstractShaftOrHousingSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class AbstractShaftOrHousingSystemDeflection : ComponentSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public AbstractShaftOrHousing ComponentDesign { get; }
Property Value
Type | Description |
---|---|
AbstractShaftOrHousing |
MassIncludingConnectedComponents
Includes mounted cylindrical gears, bearings (mounted race only), pulleys, synchroniser sleeves, mass discs, power loads and point loads.
Measurement: Mass
Declaration
public double MassIncludingConnectedComponents { get; }
Property Value
Type | Description |
---|---|
System.Double |
PolarInertiaIncludingConnectedComponents
Includes mounted cylindrical gears, bearings (mounted race only), pulleys, synchroniser sleeves, mass discs, power loads and point loads.
Measurement: Inertia
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>