Class FrictionSources
Inheritance
System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    
    FrictionSources
  Implements
System.IEquatable<APIBase>
  Inherited Members
      SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
    
  Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling.SkfModule
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FrictionSources : APIBase, IEquatable<APIBase>Fields
_parent
Declaration
protected readonly APIBase _parentField Value
| Type | Description | 
|---|---|
| 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>