Class BearingPowerFlow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BearingPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class BearingPowerFlow : ConnectorPowerFlow, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public Bearing ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Bearing |
ComponentLoadCase
Declaration
public BearingLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
BearingLoadCase |
RollingBearingSpeedResults
Declaration
public RollingBearingSpeedResults RollingBearingSpeedResults { get; }
Property Value
Type | Description |
---|---|
RollingBearingSpeedResults |
Implements
System.IEquatable<T>