Class GeometricConstantsForSlidingFrictionalMoments
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GeometricConstantsForSlidingFrictionalMoments
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 GeometricConstantsForSlidingFrictionalMoments : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
S1
Declaration
public Overridable<double> S1 { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
S2
Declaration
public Overridable<double> S2 { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
S3
Declaration
public Overridable<double> S3 { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
S4
Declaration
public Overridable<double> S4 { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
S5
Declaration
public Overridable<double> S5 { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Implements
System.IEquatable<T>