Class RingForceAndDisplacement
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class RingForceAndDisplacement : APIBase, IEquatable<APIBase>
Properties
Displacement
Declaration
public VectorWithLinearAndAngularComponents Displacement { get; }
Property Value
Type | Description |
---|---|
VectorWithLinearAndAngularComponents |
Force
Force on the bearing ring from the connected component.
Declaration
public VectorWithLinearAndAngularComponents Force { get; }
Property Value
Type | Description |
---|---|
VectorWithLinearAndAngularComponents |
MagnitudeOfMisalignmentNormalToLoadDirection
Magnitude of the misalignment about the radial axis perpendicular to the load direction.
Measurement: SmallAngle
Declaration
public double MagnitudeOfMisalignmentNormalToLoadDirection { get; }
Property Value
Type | Description |
---|---|
System.Double |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.IEquatable<T>