Class GeometricConstantsForRollingFrictionalMoments
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GeometricConstantsForRollingFrictionalMoments
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingDesigns.Rolling
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class GeometricConstantsForRollingFrictionalMoments : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
R1
Declaration
public Overridable<double> R1 { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
R2
Declaration
public Overridable<double> R2 { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
R3
Declaration
public Overridable<double> R3 { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
R4
Declaration
public Overridable<double> R4 { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Implements
System.IEquatable<T>