Class RollerBearingLoadDependentProfile
Inheritance
System.Object
RollerBearingLoadDependentProfile
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.RollerBearingProfiles
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public class RollerBearingLoadDependentProfile : RollerBearingProfile, IEquatable<APIBase>
Properties
Load
Measurement: Force
Declaration
public Overridable<double> Load { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Stress
Measurement: Stress
Declaration
public Overridable<double> Stress { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
UseBearingDynamicCapacity
Declaration
public bool UseBearingDynamicCapacity { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>