Class DummyRollingBearing
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.BearingDesigns
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class DummyRollingBearing : BearingDesign, IEquatable<APIBase>
Properties
Bore
Measurement: ShortLength
Declaration
public override double Bore { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
Model
Declaration
public override BearingModel Model { get; }
Property Value
Type | Description |
---|---|
BearingModel |
Overrides
OuterDiameter
Measurement: ShortLength
Declaration
public override double OuterDiameter { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
Width
Measurement: ShortLength
Declaration
public override double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
Implements
System.IEquatable<T>