Class LoadedRollerBearingElement
Inheritance
System.Object
LoadedRollerBearingElement
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class LoadedRollerBearingElement : LoadedElement, IEquatable<APIBase>
Properties
Declaration
public double ContactLengthInner { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double ContactLengthOuter { get; }
Property Value
| Type |
Description |
| System.Double |
|
ElementTilt
Declaration
public double ElementTilt { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double MaximumContactWidthInner { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double MaximumContactWidthOuter { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumDepthOfMaximumShearStressInner
Declaration
public double MaximumDepthOfMaximumShearStressInner { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumDepthOfMaximumShearStressOuter
Declaration
public double MaximumDepthOfMaximumShearStressOuter { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumNormalEdgeStressInner
Declaration
public double MaximumNormalEdgeStressInner { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumNormalEdgeStressOuter
Declaration
public double MaximumNormalEdgeStressOuter { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumNormalStressInner
Declaration
public virtual double MaximumNormalStressInner { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumNormalStressOuter
Declaration
public virtual double MaximumNormalStressOuter { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumShearStressInner
Declaration
public double MaximumShearStressInner { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumShearStressOuter
Declaration
public double MaximumShearStressOuter { get; }
Property Value
| Type |
Description |
| System.Double |
|
ResultsAtRollerOffsets
Declaration
public ReadOnlyCollection<ResultsAtRollerOffset> ResultsAtRollerOffsets { get; }
Property Value
RibLoad
Declaration
public double RibLoad { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods