Class BearingRaceMountingOptions
Inheritance
System.Object
BearingRaceMountingOptions
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class BearingRaceMountingOptions : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
AxialMounting
Declaration
public EnumWithSelectedValue<RaceAxialMountingType> AxialMounting { get; set; }
Property Value
BoreMountingSleeve
Declaration
public Overridable<double> BoreMountingSleeve { get; set; }
Property Value
HasMountingSleeve
Declaration
public bool HasMountingSleeve { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
LeftAxialMountingClearance
Declaration
public double LeftAxialMountingClearance { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
MountingSleeveMaterial
Declaration
public BearingMaterial MountingSleeveMaterial { get; }
Property Value
MountingSleeveMaterialReportable
Declaration
public DatabaseWithSelectedItem MountingSleeveMaterialReportable { get; set; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
OuterDiameterMountingSleeve
Declaration
public Overridable<double> OuterDiameterMountingSleeve { get; set; }
Property Value
Declaration
public double RadialClearanceContactStiffness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RadialMountingClearance
Declaration
public double RadialMountingClearance { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RightAxialMountingClearance
Declaration
public double RightAxialMountingClearance { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
SimpleRadialMounting
Declaration
public EnumWithSelectedValue<RaceRadialMountingType> SimpleRadialMounting { get; set; }
Property Value
TemperatureOfMountingSleeve
Declaration
public Overridable<double> TemperatureOfMountingSleeve { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods