Class ElementForce
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ElementForce
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingResults
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ElementForce : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Axial
Force at the centre of the element in the axial direction of the bearing
Measurement: Force
Declaration
public double Axial { get; }
Property Value
Type | Description |
---|---|
System.Double |
Moment
Moment on the element about the tangential axis
Measurement: Torque
Declaration
public double Moment { get; }
Property Value
Type | Description |
---|---|
System.Double |
Radial
Force at the centre of the element in the radial direction of the bearing
Measurement: Force
Declaration
public double Radial { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>