Class FrictionSources
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling.SkfModule
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class FrictionSources : APIBase, IEquatable<APIBase>
Properties
DragLoss
Measurement: Torque
Declaration
public double DragLoss { get; }
Property Value
Type | Description |
---|---|
System.Double |
Rolling
Measurement: Torque
Declaration
public double Rolling { get; }
Property Value
Type | Description |
---|---|
System.Double |
Seals
Measurement: Torque
Declaration
public double Seals { get; }
Property Value
Type | Description |
---|---|
System.Double |
Sliding
Measurement: Torque
Declaration
public double Sliding { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>