Class SKFSealFrictionalMomentConstants
Inheritance
System.Object
SKFSealFrictionalMomentConstants
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class SKFSealFrictionalMomentConstants : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Beta
Declaration
public Overridable<double> Beta { get; set; }
Property Value
KS1
Declaration
public Overridable<double> KS1 { get; set; }
Property Value
KS2
Declaration
public Overridable<double> KS2 { get; set; }
Property Value
SealCounterfaceDiameter
Declaration
public Overridable<double> SealCounterfaceDiameter { get; set; }
Property Value
SealLocation
Declaration
public Overridable<SealLocation> SealLocation { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods