Class RingForceAndDisplacement
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RingForceAndDisplacement
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class RingForceAndDisplacement : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
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>