Class LoadedNonBarrelRollerBearingRow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
LoadedNonBarrelRollerBearingRow
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class LoadedNonBarrelRollerBearingRow : LoadedRollerBearingRow, IEquatable<APIBase>
Properties
LoadedBearing
Declaration
public LoadedNonBarrelRollerBearingResults LoadedBearing { get; }
Property Value
Type | Description |
---|---|
LoadedNonBarrelRollerBearingResults |
RibNormalContactStressInnerLeft
Declaration
public SMTBitmap RibNormalContactStressInnerLeft { get; }
Property Value
Type | Description |
---|---|
SMT.MastaAPIUtility.Scripting.SMTBitmap |
RibNormalContactStressInnerRight
Declaration
public SMTBitmap RibNormalContactStressInnerRight { get; }
Property Value
Type | Description |
---|---|
SMT.MastaAPIUtility.Scripting.SMTBitmap |
RibNormalContactStressOuterLeft
Declaration
public SMTBitmap RibNormalContactStressOuterLeft { get; }
Property Value
Type | Description |
---|---|
SMT.MastaAPIUtility.Scripting.SMTBitmap |
RibNormalContactStressOuterRight
Declaration
public SMTBitmap RibNormalContactStressOuterRight { get; }
Property Value
Type | Description |
---|---|
SMT.MastaAPIUtility.Scripting.SMTBitmap |
Implements
System.IEquatable<T>