Class InternalClearance
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public class InternalClearance : APIBase, IEquatable<APIBase>
Properties
Axial
A positive value indicates a clearance, a negative value indicates a pre-load
Measurement: VeryShortLength
Declaration
public double Axial { get; }
Property Value
Type | Description |
---|---|
System.Double |
Radial
A positive value indicates a clearance, a negative value indicates a pre-load
Measurement: VeryShortLength
Declaration
public double Radial { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>