Class DummyRollingBearing
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
DummyRollingBearing
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingDesigns
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class DummyRollingBearing : BearingDesign, IEquatable<APIBase>
Properties
Bore
Measurement: ShortLength
Declaration
public override double Bore { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
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>