Class DummyRollingBearing
Inheritance
System.Object
DummyRollingBearing
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class DummyRollingBearing : BearingDesign, IEquatable<APIBase>
Properties
Bore
Declaration
public override double Bore { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
Model
Declaration
public override BearingModel Model { get; }
Property Value
Overrides
OuterDiameter
Declaration
public override double OuterDiameter { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
Width
Declaration
public override double Width { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
Implements
System.IEquatable<T>
Extension Methods