Class LoadedConceptRadialClearanceBearingResults
Inheritance
System.Object
LoadedConceptRadialClearanceBearingResults
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.BearingResults
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class LoadedConceptRadialClearanceBearingResults : LoadedConceptClearanceBearingResults, IEquatable<APIBase>
Properties
ContactStiffness
Declaration
public double ContactStiffness { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
MaximumContactStress
Declaration
public double MaximumContactStress { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
SurfacePenetrationInMiddle
Declaration
public double SurfacePenetrationInMiddle { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Implements
System.IEquatable<T>