Class AxialGrooveJournalBearing
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.BearingDesigns.FluidFilm
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class AxialGrooveJournalBearing : AxialFeedJournalBearing, IEquatable<APIBase>
Properties
GrooveLength
The axial length of the groove.
Measurement: ShortLength
Declaration
public double GrooveLength { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
GrooveRadialDimension
Measurement: Angle
Declaration
public double GrooveRadialDimension { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>