Class FrictionSources
Inheritance
System.Object
FrictionSources
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class FrictionSources : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
DragLoss
Declaration
public double DragLoss { get; }
Property Value
| Type |
Description |
| System.Double |
|
Rolling
Declaration
public double Rolling { get; }
Property Value
| Type |
Description |
| System.Double |
|
Seals
Declaration
public double Seals { get; }
Property Value
| Type |
Description |
| System.Double |
|
Sliding
Declaration
public double Sliding { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods