Class AbstractShaftSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
AbstractShaftSystemDeflection
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 AbstractShaftSystemDeflection : AbstractShaftOrHousingSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public AbstractShaft ComponentDesign { get; }
Property Value
Type | Description |
---|---|
AbstractShaft |
PowerFlowResults
Declaration
public AbstractShaftPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
AbstractShaftPowerFlow |
Implements
System.IEquatable<T>