Class LoadedConceptAxialClearanceBearingResults
Inheritance
System.Object
LoadedConceptAxialClearanceBearingResults
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.BearingResults
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class LoadedConceptAxialClearanceBearingResults : LoadedConceptClearanceBearingResults, IEquatable<APIBase>
Properties
LowerAngleOfContact
Measurement: Angle
Declaration
public double LowerAngleOfContact { get; }
Property Value
Type | Description |
---|---|
System.Double |
UpperAngleOfContact
Measurement: Angle
Declaration
public double UpperAngleOfContact { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>